Commit 5dd166ae authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Kill a Warning

parent 286f6666
...@@ -189,7 +189,7 @@ static int Demux( demux_t *p_demux ) ...@@ -189,7 +189,7 @@ static int Demux( demux_t *p_demux )
input_item_SetArtist( p_input, psz_artist ); input_item_SetArtist( p_input, psz_artist );
input_ItemAddSubItem( p_current_input, p_input ); input_ItemAddSubItem( p_current_input, p_input );
for( unsigned i = 0; i < i_options; i++ ) for( int i = 0; i < i_options; i++ )
input_ItemAddOpt( p_input, ppsz_options[i], 0 ); input_ItemAddOpt( p_input, ppsz_options[i], 0 );
vlc_gc_decref( p_input ); vlc_gc_decref( p_input );
free( psz_mrl ); free( psz_mrl );
......
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