Commit 1789da0d authored by bcoudurier's avatar bcoudurier

free index entries

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17040 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 393f3375
...@@ -1372,6 +1372,8 @@ static int mxf_write_footer(AVFormatContext *s) ...@@ -1372,6 +1372,8 @@ static int mxf_write_footer(AVFormatContext *s)
ff_audio_interleave_close(s); ff_audio_interleave_close(s);
av_freep(&mxf->index_entries);
mxf_free(s); mxf_free(s);
return 0; return 0;
} }
......
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