Commit 63019159 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

libvlc: Missing unlock.

parent 600446be
......@@ -378,6 +378,7 @@ void libvlc_media_list_player_set_media_list(
if(!p_mlist)
{
libvlc_exception_raise( p_e, "No media list provided");
vlc_mutex_unlock( &p_mlp->object_lock );
return;
}
......
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