mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-01-05 02:29:02 +00:00
lavfi/nnedi: Fix a memleak.
This commit is contained in:
parent
76377d66b7
commit
44cf5b41d3
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user