diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-03 23:43:01 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-06 13:57:49 +0100 |
commit | 4b4c7d6e1a700ef6b784b2f0b093e200ed049c20 (patch) | |
tree | e18a8cb199de1788eeab3acb83e0feff88dd90c2 /libavcodec/jpeglsenc.c | |
parent | a125e081307d1cb3e84eee61fd0485dac317877b (diff) | |
download | ffmpeg-4b4c7d6e1a700ef6b784b2f0b093e200ed049c20.tar.gz |
avcodec/mss4: Fix memleaks upon allocation error
During init the mts2 decoder allocates several VLCs and then several
buffers in a loop; if one of the latter allocations fails, only the VLCs
are freed, not any buffers that might already have been successfully
allocated. This commit fixes this by setting the
FF_CODEC_CAP_INIT_CLEANUP flag.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/jpeglsenc.c')
0 files changed, 0 insertions, 0 deletions