aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/adpcmenc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-09-28 18:36:06 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-10-05 00:49:31 +0200
commite3b5316bede3cf735f66a0a1b83ca833693ffce7 (patch)
treee53331f7265054360b087914be2028b0c0015caa /libavcodec/adpcmenc.c
parent432f291dffb0079bf447b1cdb8802a022298510f (diff)
downloadffmpeg-e3b5316bede3cf735f66a0a1b83ca833693ffce7.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>
Diffstat (limited to 'libavcodec/adpcmenc.c')
0 files changed, 0 insertions, 0 deletions