Re: [FFmpeg-devel] [PATCH V1 2/4] lavfi/sinc: 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 ffmpeg-devel-requ...@ffmp

Re: [FFmpeg-devel] [PATCH V1 2/4] lavfi/sinc: 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 work&pi_wraps in error handling path to avoid memory leak. > > Signed-off-by: Jun Zhao > --- > libavfilter/asrc_sinc.c |5 - > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/libavfilter/asrc_sinc.c b/libavfil

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

2019-09-10 Thread Jun Zhao
From: Jun Zhao free work&pi_wraps in error handling path to avoid memory leak. Signed-off-by: Jun Zhao --- libavfilter/asrc_sinc.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/libavfilter/asrc_sinc.c b/libavfilter/asrc_sinc.c index 0135eb9..90f043d 100644 --- a/