Re: [FFmpeg-devel] [PATCH V1 1/4] lavfi/anequalizer: fix memory leak in error handling path

2019-09-10 Thread myp...@gmail.com
On Tue, Sep 10, 2019 at 9:06 PM Paul B Mahol wrote: > > lgtm > Will apply, Thanks ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH V1 1/4] lavfi/anequalizer: fix memory leak in error handling path

2019-09-10 Thread Paul B Mahol
lgtm On 9/10/19, Jun Zhao wrote: > From: Jun Zhao > > free the pad.name in error handling path to avoid memory leak. > > Signed-off-by: Jun Zhao > --- > libavfilter/af_anequalizer.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/libavfilter/af_anequalizer.c

[FFmpeg-devel] [PATCH V1 1/4] lavfi/anequalizer: fix memory leak in error handling path

2019-09-10 Thread Jun Zhao
From: Jun Zhao free the pad.name in error handling path to avoid memory leak. Signed-off-by: Jun Zhao --- libavfilter/af_anequalizer.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/libavfilter/af_anequalizer.c b/libavfilter/af_anequalizer.c index 03d939f..ee82474