Commit 17e4415c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

signal si redumdant after kill

parent e8e4876a
...@@ -167,7 +167,6 @@ void intf_StopThread( intf_thread_t *p_intf ) ...@@ -167,7 +167,6 @@ void intf_StopThread( intf_thread_t *p_intf )
{ {
/* Tell the interface to die */ /* Tell the interface to die */
vlc_object_kill( p_intf ); vlc_object_kill( p_intf );
vlc_object_signal( p_intf );
vlc_thread_join( p_intf ); vlc_thread_join( 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