Skip to content
Commit 44b0b299 authored by Milan Plzik's avatar Milan Plzik Committed by Jens Georg
Browse files

renderer: Do not capture 'this' pointer in lambdas.



In Vala, 'this' pointer is captures in lambdas by default. This causes issues
with a buggy C code, which depends on the order of object destruction (e.g.
AVTransport is destroyed much later than the rest of services, causing it to
use already-freed objects).

Signed-off-by: default avatarMilan Plzik <milan.plzik@streamunlimited.com>
parent 8a0a0b10
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment