You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
mxfdec: Add missing free.
Should fix valgrind FATE. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
@@ -1918,6 +1918,7 @@ static int mxf_read_close(AVFormatContext *s)
|
||||
|
||||
for (i = 0; i < mxf->nb_index_tables; i++) {
|
||||
av_freep(&mxf->index_tables[i].segments);
|
||||
av_freep(&mxf->index_tables[i].ptses);
|
||||
av_freep(&mxf->index_tables[i].fake_index);
|
||||
}
|
||||
av_freep(&mxf->index_tables);
|
||||
|
Reference in New Issue
Block a user