aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-08 01:49:53 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-08 11:57:07 +0200
commitc72fca598c90c8550fe51e967ea54dae7f8cbc78 (patch)
treeccbf5a08eb67626564fb41a73f36ae499d7f2e0f /CREDITS
parentb0997b8526e5f801052dbfcef89fa9d77fd046f4 (diff)
downloadffmpeg-c72fca598c90c8550fe51e967ea54dae7f8cbc78.tar.gz
avcodec/vc1dec: Fix memleak upon allocation error
ff_vc1_decode_init_alloc_tables() had one error path that forgot to free already allocated buffers; these would then be overwritten on the next allocation attempt (or they would just not be freed in case this happened during init, as the decoders for which it is used do not have the FF_CODEC_CAP_INIT_CLEANUP set). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> (cherry picked from commit 98060a198ef0bd213d0d0b029f8955fcd3be93d2)
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions