diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-08-07 04:58:56 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-08-20 00:24:03 +0200 |
commit | 3a0f080ffa5185f45850f15e5e7b8cf997337bf7 (patch) | |
tree | f1ce7aac5c0b497fb512b0d6782255730c0264e9 /libavcodec/yop.c | |
parent | 1c7e55dd504245d71444fac1a73e5370cc76fede (diff) | |
download | ffmpeg-3a0f080ffa5185f45850f15e5e7b8cf997337bf7.tar.gz |
avfilter/af_afir: Fix leak of AVFilterChannelLayout in case of error
If an error happens between the allocation of an AVFilterChannelLayout
and its usage (which involves attaching said object to a more permanent
object), the channel layout array leaks. This can simply be fixed by
making sure that nothing is between the allocation and the
aforementioned usage.
Fixes Coverity issue #1250334.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/yop.c')
0 files changed, 0 insertions, 0 deletions