From: Clément Stenac Date: Sun, 6 Aug 2006 13:53:58 +0000 (+0000) Subject: Oh look ! Bananas ! X-Git-Tag: 0.9.0-test0~10682 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4acd4d484bc2fc2819cb6d3c302e446602d290dd;p=vlc Oh look ! Bananas ! --- diff --git a/src/input/item.c b/src/input/item.c index 4cd600eacb..870c274185 100644 --- a/src/input/item.c +++ b/src/input/item.c @@ -100,7 +100,7 @@ static void vlc_input_item_Destroy ( gc_object_t *p_this ) p_playlist->i_input_items, i ); } #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 ) {