]> git.sesse.net Git - vlc/commit
playlist: Use vlc_object_alive().
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 30 Mar 2008 14:48:58 +0000 (16:48 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 30 Mar 2008 14:54:20 +0000 (16:54 +0200)
commita11817c9ba314e5f4f13d33c24d248f51b6ad2d3
treea14a709ecb073d6a4e0ebb79425d031ae5e0bf97
parent4247f7ce558829ebfb01a888faf53116050c2f33
playlist: Use vlc_object_alive().

We can't do what is advised in the documentation of vlc_object_alive(), but we try to stay close enough of it.
src/playlist/thread.c