playlist.c: removed a stray mutex_unlock

parent dfdc690c
......@@ -295,7 +295,6 @@ int playlist_vaControl( playlist_t * p_playlist, int i_query, va_list args )
if( p_playlist->i_size <= 0 )
{
vlc_mutex_unlock( &p_playlist->object_lock );
return VLC_EGENERIC;
}
......
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