]> git.sesse.net Git - vlc/commit
Fix #5706
authorRafaël Carré <funman@videolan.org>
Fri, 11 Nov 2011 19:40:21 +0000 (14:40 -0500)
committerRafaël Carré <funman@videolan.org>
Fri, 11 Nov 2011 19:40:21 +0000 (14:40 -0500)
commit673d65624392724baaac130601a64bd624a6738f
tree8d2babb2ddcb66706889445afc42fd80922cf123
parentd771dd566984208355d65f49e858d8608b7c895e
Fix #5706

Properly take the recursive event_sending_lock when looking for listener to
send the event.
Ensure that there will be no event dispatch after vlc_event_detach().

Also, fix a bug in libvlc_event where removing an event handler from an event
callback would lead to a crash.
lib/event.c
src/misc/events.c