On Wed, 6 Nov 2013 22:16:28 +0100, Diego Biurrun <[email protected]> wrote: > --- > libavfilter/graphparser.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c > index 00764b6..e20dd62 100644 > --- a/libavfilter/graphparser.c > +++ b/libavfilter/graphparser.c > @@ -130,6 +130,7 @@ static int create_filter(AVFilterContext **filt_ctx, > AVFilterGraph *ctx, int ind > if (args) > av_log(log_ctx, AV_LOG_ERROR, " with args '%s'", args); > av_log(log_ctx, AV_LOG_ERROR, "\n"); > + avfilter_free(*filt_ctx); > return ret; > } > > -- > 1.7.9.5 >
Looks ok -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
