Commit 8d1bbd5b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not use vlc_object_signal

parent 293b8e90
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment