]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.c
Do not use vlc_object_signal
[vlc] / src / interface / interface.c
index aad3756331d9ba79bce429ba17e072444a5b2e9e..edef41e83b2b1967d6093eca53073fcb0f508c38 100644 (file)
@@ -141,7 +141,7 @@ int intf_RunThread( intf_thread_t *p_intf )
         /* Make sure our MonitorLibVLCDeath thread exit */
         vlc_object_kill( p_intf );
         /* It is monitoring libvlc, not the p_intf */
-        vlc_object_signal( p_intf->p_libvlc );
+        vlc_object_kill( p_intf->p_libvlc );
         vlc_thread_join( p_intf );
 
         vlc_object_detach( p_intf );