On Sat, Feb 28, 2015 at 11:06:12AM +0000, Paul B Mahol wrote:
> On 2/28/15, Clement Boesch <u...@pkh.me> wrote:
> > ---
> >  libavfilter/vf_blend.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libavfilter/vf_blend.c b/libavfilter/vf_blend.c
> > index a29cabc..d232457 100644
> > --- a/libavfilter/vf_blend.c
> > +++ b/libavfilter/vf_blend.c
> > @@ -379,7 +379,7 @@ static av_cold void uninit(AVFilterContext *ctx)
> >      int i;
> >
> >      ff_dualinput_uninit(&b->dinput);
> > -    av_freep(&b->prev_frame);
> > +    av_frame_free(&b->prev_frame);
> >
> >      for (i = 0; i < FF_ARRAY_ELEMS(b->params); i++)
> >          av_expr_free(b->params[i].e);
> > --
> > 2.3.1
> >
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel@ffmpeg.org
> > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> 
> ok

Applied, thanks

-- 
Clément B.

Attachment: pgpCxI2RNQvHJ.pgp
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to