mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-14 19:25:01 +00:00
nutenc: fix a memleak
This fixes a minor memory leak introduced in 073f8b1
.
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
de11ee906e
commit
2cface71ca
@ -846,6 +846,7 @@ static int write_trailer(AVFormatContext *s){
|
||||
avio_flush(bc);
|
||||
ff_nut_free_sp(nut);
|
||||
av_freep(&nut->stream);
|
||||
av_freep(&nut->chapter);
|
||||
av_freep(&nut->time_base);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user