diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-08-22 03:23:51 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-08-26 23:52:56 +0200 |
commit | fdbd579fd10bc80c0f4e5a86497a4aa2e00317c5 (patch) | |
tree | 49a6418db8a1c27b159c9d60a6f58dd097dd7e06 /libavfilter/vf_scroll.c | |
parent | 4aac74250513778a08816b6e26c82db1498ce8df (diff) | |
download | ffmpeg-fdbd579fd10bc80c0f4e5a86497a4aa2e00317c5.tar.gz |
avfilter/af_anequalizer: Fix memleak when inserting pad fails
It has been forgotten to free the name of the second outpad if attaching
the first one to the AVFilterContext fails. Fixing this is easy: Only
prepare the second outpad after (and if) the first outpad has been
successfully attached to the AVFilterContext.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavfilter/vf_scroll.c')
0 files changed, 0 insertions, 0 deletions