mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-02 03:06:28 +02: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.input);
|
||||||
av_freep(&s->frame_data.temp);
|
av_freep(&s->frame_data.temp);
|
||||||
|
av_freep(&s->fdsp);
|
||||||
av_frame_free(&s->second);
|
av_frame_free(&s->second);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user