Commit 52b3415e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Allow more than one thread to call libvlc_wait

parent 719e739a
......@@ -1208,7 +1208,7 @@ void libvlc_Quit( libvlc_int_t *p_libvlc )
vlc_mutex_lock( &exit_lock );
vlc_object_kill( p_libvlc );
vlc_cond_signal( &priv->exiting );
vlc_cond_broadcast( &priv->exiting );
vlc_mutex_unlock( &exit_lock );
}
......
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