mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/vf_eq: fix leak of input frame
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
f4f0619327
commit
7ccd625a46
@ -214,6 +214,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
|
||||
in->data[i], in->linesize[i], w, h);
|
||||
}
|
||||
|
||||
av_frame_free(&in);
|
||||
return ff_filter_frame(outlink, out);
|
||||
}
|
||||
static const AVFilterPad eq_inputs[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user