mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
lavfi/nnedi: Fix a memleak.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user