]> git.sesse.net Git - vlc/commit
Win32: wait for timer callbacks to complete when destroying timer
authorPierre Ynard <linkfanel@yahoo.fr>
Thu, 30 Jul 2009 09:16:15 +0000 (11:16 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Thu, 30 Jul 2009 09:16:15 +0000 (11:16 +0200)
commit382188b552f713fc2f12621b6c3ef5d39dacf216
tree5c86712815922040d4bc89a50910997c6c4a1d26
parent30880f428d9b7153632ccd8492d840502ee1cbd5
Win32: wait for timer callbacks to complete when destroying timer

Or else a timer callback might still be running when the caller frees
its resources, which is bad
src/misc/w32thread.c