Commit 84a2d304 authored by Baptiste Coudurier's avatar Baptiste Coudurier

free index entries

Originally committed as revision 17040 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 63601677
...@@ -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