• Zhiyi Zhang's avatar
    mf: Avoid a double free of presentation clock timers. · e4cdcb1e
    Zhiyi Zhang authored
    In clock_change_state() when a clock is running, a timer is removed from clock->timers. The same
    timer is then used to create an async result, which will eventually calls present_clock_timer_callback_Invoke()
    and release the same timer. Check if the timer is still in clock->timers before releasing it.
    e4cdcb1e
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
clock.c Loading commit data...
copier.c Loading commit data...
evr.c Loading commit data...
main.c Loading commit data...
mf.idl Loading commit data...
mf.rc Loading commit data...
mf.rgs Loading commit data...
mf.spec Loading commit data...
mf_private.h Loading commit data...
quality.c Loading commit data...
samplegrabber.c Loading commit data...
sar.c Loading commit data...
scheme_handler.c Loading commit data...
session.c Loading commit data...
topology.c Loading commit data...
topology_loader.c Loading commit data...