Commit 488e3ede authored by Jean-Paul Saman's avatar Jean-Paul Saman

Let the code blend in.

parent 908e255b
......@@ -230,7 +230,7 @@ libvlc_input_t * libvlc_playlist_get_input( libvlc_instance_t *p_instance,
if( !p_input )
{
libvlc_exception_raise( p_e, "out of memory" );
vlc_mutex_unlock( &p_instance->p_playlist->object_lock );
vlc_mutex_unlock( &PL->object_lock );
return NULL;
}
p_input->i_input_id = PL->p_input->i_object_id;
......
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