]> git.sesse.net Git - ffmpeg/commit
avcodec/proresenc_anatoliy: Fix memleak upon init error
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 27 Nov 2020 14:08:00 +0000 (15:08 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Fri, 2 Apr 2021 16:45:05 +0000 (18:45 +0200)
commitd789d72d30d8cb6c0a9b5b1140589da1eae44e1e
tree237e549224cfd414254b336739a1cd3f24fc7af3
parent9bf2b32da048732ad79e075dfefd40777e9f935a
avcodec/proresenc_anatoliy: Fix memleak upon init error

A buffer may leak in case of YUVA444P10 with dimensions that are not
both divisible by 16.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/proresenc_anatoliy.c