]> git.sesse.net Git - ffmpeg/commit
avcodec/magicyuvenc: Fix memleak upon init failure
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 15 Sep 2020 00:13:56 +0000 (02:13 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 15 Sep 2020 17:25:26 +0000 (19:25 +0200)
commita8ebb5632018adad733f89fa4efe74d7e92155ac
tree4d5108276a4c3295acd228b75929701e0dc5111a
parent0bb5cc0ee959bdc2ff439a149343bc1a53998f31
avcodec/magicyuvenc: Fix memleak upon init failure

If an error happens during init after an allocation has succeeded,
the already allocated data leaked up until now. Fix this by setting the
FF_CODEC_CAP_INIT_CLEANUP flag.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/magicyuvenc.c