Commit 5eb64cb5 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix deadlock (hopefully)

parent 576c57a7
......@@ -476,6 +476,10 @@ static void Run( intf_thread_t *p_this )
p_sys->b_metadata_read = VLC_TRUE;
vlc_mutex_unlock( &p_sys->lock );
}
else
{
PL_UNLOCK;
}
pl_Release( p_playlist );
vlc_mutex_lock( &p_sys->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