Commit 16114c73 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

libvlc_media_player_play: missing unlock

parent 430c69a6
......@@ -651,6 +651,7 @@ int libvlc_media_player_play( libvlc_media_player_t *p_mi )
if( !p_mi->p_md )
{
unlock(p_mi);
unlock_input( p_mi );
libvlc_printerr( "No associated media descriptor" );
return -1;
}
......
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