]> git.sesse.net Git - vlc/commit
playlist: Properly destroy the preparser and the fetcher objects.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 25 Mar 2008 23:46:49 +0000 (00:46 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 26 Mar 2008 16:36:05 +0000 (17:36 +0100)
commit476255ccf367929c2bf66ea7805ee8fcbabe1945
tree6e6495946f474655010ca047332efe971f2b4abb
parent8bf64ccc76a40c0ba7c2089ed5e08f58a5f405f3
playlist: Properly destroy the preparser and the fetcher objects.

vlc_thread_join() and vlc_object_detach() are correctly run from vlc_object_release() now.
src/playlist/thread.c