[FFmpeg-devel] [PATCH] avfilter/vf_nnedi: Fix memleak

Michael Niedermayer michael at niedermayer.cc
Wed Feb 10 00:43:23 CET 2016


On Tue, Feb 09, 2016 at 01:53:22PM +0100, Paul B Mahol wrote:
> On 2/9/16, Michael Niedermayer <michael at niedermayer.cc> wrote:
> > Fixes CID1351359
> >
> > Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> > ---
> >  libavfilter/vf_nnedi.c |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libavfilter/vf_nnedi.c b/libavfilter/vf_nnedi.c
> > index a1f2952..9a98ec2 100644
> > --- a/libavfilter/vf_nnedi.c
> > +++ b/libavfilter/vf_nnedi.c
> > @@ -1154,7 +1154,7 @@ static av_cold int init(AVFilterContext *ctx)
> >
> >      s->fdsp = avpriv_float_dsp_alloc(0);
> >      if (!s->fdsp)
> > -        return AVERROR(ENOMEM);
> > +        ret = AVERROR(ENOMEM);
> >
> 
> ok

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

While the State exists there can be no freedom; when there is freedom there
will be no State. -- Vladimir Lenin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160210/7778bb57/attachment.sig>


More information about the ffmpeg-devel mailing list