diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-09-28 18:36:06 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-27 07:20:58 +0100 |
commit | bcf3ac039bcb98a3ab07e80c7ed3a4d41196ebc0 (patch) | |
tree | 495770ff5fc29a2db5927b4c663ee3eac9a96060 /doc/examples | |
parent | 3fc8dc35896420385e265de676ea01ed1950d8bd (diff) | |
download | ffmpeg-bcf3ac039bcb98a3ab07e80c7ed3a4d41196ebc0.tar.gz |
avformat/movenc: Don't forget to free fragment buffers
The buffers used when fragmented output is enabled have up until now not
been freed in the deinit function; they leak e.g. if one errors out of
mov_write_trailer() before one reaches the point where they are normally
written out and freed. This can e.g. happen if allocating new vos_data
fails at the beginning of mov_write_trailer().
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
(cherry picked from commit e3b5316bede3cf735f66a0a1b83ca833693ffce7)
Diffstat (limited to 'doc/examples')
0 files changed, 0 insertions, 0 deletions