]> git.sesse.net Git - vlc/commitdiff
vlm: No need to vlc_object_kill() nor vlc_thread_join() in destructor.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 26 Mar 2008 22:55:48 +0000 (23:55 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 26 Mar 2008 22:58:05 +0000 (23:58 +0100)
src/input/vlm.c

index a21ed9275377452e78919e3f3aba3186cfad588f..b70bdde3df7c15a724acc2efb6b4b8a1ef61c4e2 100644 (file)
@@ -182,9 +182,6 @@ void vlm_Delete( vlm_t *p_vlm )
  *****************************************************************************/
 static void vlm_Destructor( vlm_t *p_vlm )
 {
-    vlc_object_kill( p_vlm );
-    vlc_thread_join( p_vlm );
-
     vlm_ControlInternal( p_vlm, VLM_CLEAR_MEDIAS );
     TAB_CLEAN( p_vlm->i_media, p_vlm->media );