mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
vf_mp: Fix large memleak.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b19313218c
commit
9e2f448d68
@ -882,7 +882,7 @@ static void end_frame(AVFilterLink *inlink)
|
||||
}
|
||||
free_mp_image(mpi);
|
||||
|
||||
// avfilter_unref_buffer(inpic);
|
||||
avfilter_unref_buffer(inpic);
|
||||
}
|
||||
|
||||
AVFilter avfilter_vf_mp = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user