Commit e0321a00 authored by Rafaël Carré's avatar Rafaël Carré

Fix double free

parent 23a828a2
......@@ -187,7 +187,6 @@ static int Demux( demux_t *p_demux )
if ( psz_artist && *psz_artist )
input_item_SetArtist( p_input, psz_artist );
free( psz_artist );
input_ItemAddSubItem( p_current_input, p_input );
for( unsigned i = 0; i < i_options; 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