Commit 4acd4d48 authored by Clément Stenac's avatar Clément Stenac

Oh look ! Bananas !

parent 22267492
...@@ -100,7 +100,7 @@ static void vlc_input_item_Destroy ( gc_object_t *p_this ) ...@@ -100,7 +100,7 @@ static void vlc_input_item_Destroy ( gc_object_t *p_this )
p_playlist->i_input_items, i ); p_playlist->i_input_items, i );
} }
#endif #endif
for( i = 0 ; i< p_playlist->pp_input_items[i] ; i++ ) for( i = 0 ; i< p_playlist->i_input_items ; i++ )
{ {
if( p_playlist->pp_input_items[i]->i_id == p_input->i_id ) if( p_playlist->pp_input_items[i]->i_id == p_input->i_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