]> git.sesse.net Git - vlc/commit
vlc_object_kill: remove the libvlc-specific hack
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 22 Jun 2008 18:01:17 +0000 (21:01 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 22 Jun 2008 18:01:17 +0000 (21:01 +0300)
commit4cd43d60fa3746eb86367a46f70ef1e2505b56b2
treee02093d97cb2859c6688f956841dec237a2c1286
parent2c16687563b6e6096f5621db56917d9ef05424b2
vlc_object_kill: remove the libvlc-specific hack

It was causing deadlocks (due to misordering of structure_lock and
object locks). Besides, this hack should not be needed now that we have
libvlc_wait(), and that libvlc_release() explicitly calls
vlc_object_kill as needed.
src/misc/objects.c