forked from FFmpeg/FFmpeg
mxfdec: fix memleak on mxf_read_close()
This commit is contained in:
parent
e924a4ba71
commit
50a3f9a4bd
1 changed files with 1 additions and 0 deletions
|
@ -1915,6 +1915,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);
|
||||
|
|
Loading…
Add table
Reference in a new issue