On 2/28/15, Clement Boesch <[email protected]> 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 > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel >
ok _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
