1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

free index entries

Originally committed as revision 17040 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2009-02-08 04:35:36 +00:00
parent 63601677fe
commit 84a2d3045b

View File

@ -1372,6 +1372,8 @@ static int mxf_write_footer(AVFormatContext *s)
ff_audio_interleave_close(s);
av_freep(&mxf->index_entries);
mxf_free(s);
return 0;
}