Commit ced98bf6 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix 0.8.6 only bug reported by fireblade on the forums (...

Fix 0.8.6 only bug reported by fireblade on the forums ( http://forum.videolan.org/viewtopic.php?p=106488 ).
parent 13f31747
......@@ -734,7 +734,7 @@ int playlist_Clear( playlist_t * p_playlist )
int i;
for( i = p_playlist->i_size; i > 0 ; i-- )
{
playlist_LockDelete( p_playlist, p_playlist->pp_items[0]->input.i_id );
playlist_Delete( p_playlist, p_playlist->pp_items[0]->input.i_id );
}
for( i = 0 ; i< p_playlist->i_views; i++ )
{
......
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