Commit 7448143e authored by Hannes Domani's avatar Hannes Domani Committed by Jean-Baptiste Kempf

asx: fix memory leak

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent be5c07bf
......@@ -285,6 +285,8 @@ static void ProcessEntry( int *pi_n_entry, xml_reader_t *p_xml_reader,
input_item_node_AppendItem( p_subitems, p_entry );
input_item_Release( p_entry );
while( i_options )
free( ppsz_options[--i_options] );
free( psz_name );
......
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