Skip to content
Snippets Groups Projects
Commit 7448143e authored by ssbssa's avatar ssbssa Committed by Jean-Baptiste Kempf
Browse files

asx: fix memory leak


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent be5c07bf
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment