aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/murmur3.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-11-03 23:43:01 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-11-06 13:57:49 +0100
commit4b4c7d6e1a700ef6b784b2f0b093e200ed049c20 (patch)
treee18a8cb199de1788eeab3acb83e0feff88dd90c2 /libavutil/murmur3.c
parenta125e081307d1cb3e84eee61fd0485dac317877b (diff)
downloadffmpeg-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 'libavutil/murmur3.c')
0 files changed, 0 insertions, 0 deletions