]> git.sesse.net Git - ffmpeg/commit
avcodec/adpcmenc: Fix leak of trellis buffer with ADPCM_IMA_AMV
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 12 Nov 2020 06:15:29 +0000 (07:15 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 12 Nov 2020 06:23:06 +0000 (07:23 +0100)
commit454bee5be0c3721a5ca0b3b08cb6ed076f6c9e13
tree3625dd2c4b01ed255c35bd3e2472fcc56cdc57b9
parentac5b45abab3815c36c9110f979b547b2189e739d
avcodec/adpcmenc: Fix leak of trellis buffer with ADPCM_IMA_AMV

Fixes Coverity ID 1469181.

Reviewed-by: Zane van Iperen <zane@zanevaniperen.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/adpcmenc.c