Commit c2ec5e5f authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* mp4: fix memleak in mov ref. files handling

parent 639a14dc
......@@ -405,6 +405,7 @@ static int Open( vlc_object_t * p_this )
asprintf( &psz_absolute, "%s://%s%s",
p_demux->psz_access, psz_path, psz_ref );
if( psz_ref ) free( psz_ref );
psz_ref = psz_absolute;
free( psz_path );
}
......
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