Commit b2379a00 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: mp4: fix memleak

cid 1048916
parent 92480737
...@@ -503,6 +503,7 @@ static int Open( vlc_object_t * p_this ) ...@@ -503,6 +503,7 @@ static int Open( vlc_object_t * p_this )
{ {
free( psz_ref ); free( psz_ref );
free( psz_path ); free( psz_path );
input_item_node_Delete( p_subitems );
vlc_object_release( p_input) ; vlc_object_release( p_input) ;
return VLC_ENOMEM; return VLC_ENOMEM;
} }
......
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