]> git.sesse.net Git - vlc/commit
objects: Make sure that we don't loose a vlc_object_kill() when attaching to a dead...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 30 May 2008 12:18:02 +0000 (14:18 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 30 May 2008 12:19:50 +0000 (14:19 +0200)
commita9565f33d3e6742d5a18c8a0e6b8d811d95cc885
treef70b19d962e337e621cb0651ddbb3b1bb5f86379
parent60d602251a048ac8160867a00a8f56165c5c34b2
objects: Make sure that we don't loose a vlc_object_kill() when attaching to a dead or dying parent.

Note: We do need to lock the parent for that.
src/misc/objects.c