Commit 491d6022 authored by Masa Utashiro's avatar Masa Utashiro Committed by Clément Bœsch

avfilter/vignette: fix input frame memory leak.

Fixes Ticket #3642.
parent a9bf713d
......@@ -268,6 +268,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
}
}
av_frame_free(&in);
return ff_filter_frame(outlink, out);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment