Commit 44cf5b41 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavfi/nnedi: Fix a memleak.

parent 76377d66
......@@ -1173,6 +1173,7 @@ static av_cold void uninit(AVFilterContext *ctx)
av_freep(&s->frame_data.input);
av_freep(&s->frame_data.temp);
av_freep(&s->fdsp);
av_frame_free(&s->second);
}
......
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