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

Backport deadlock fix from [18502]

parent d1679d96
...@@ -276,6 +276,7 @@ static int Read( access_t *p_access, uint8_t *p_buffer, int i_len) ...@@ -276,6 +276,7 @@ static int Read( access_t *p_access, uint8_t *p_buffer, int i_len)
if( !p_item ) if( !p_item )
{ {
msg_Dbg( p_playlist, "unable to find item in playlist"); msg_Dbg( p_playlist, "unable to find item in playlist");
vlc_object_release( p_playlist );
return -1; return -1;
} }
b_play = VLC_FALSE; b_play = VLC_FALSE;
......
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