You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/af_aiir: do not forget to free gains too
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -477,6 +477,8 @@ static av_cold void uninit(AVFilterContext *ctx)
|
||||
}
|
||||
av_freep(&s->b);
|
||||
|
||||
av_freep(&s->g);
|
||||
|
||||
av_freep(&s->input);
|
||||
av_freep(&s->output);
|
||||
|
||||
|
Reference in New Issue
Block a user