summaryrefslogtreecommitdiffstats
path: root/libavfilter/f_streamselect.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2020-11-03 23:43:01 +0100
committerAndreas Rheinhardt <[email protected]>2020-11-06 13:57:49 +0100
commit4b4c7d6e1a700ef6b784b2f0b093e200ed049c20 (patch)
treee18a8cb199de1788eeab3acb83e0feff88dd90c2 /libavfilter/f_streamselect.c
parenta125e081307d1cb3e84eee61fd0485dac317877b (diff)
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 <[email protected]>
Diffstat (limited to 'libavfilter/f_streamselect.c')
0 files changed, 0 insertions, 0 deletions