Commit 3f234a0b authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_aiir: do not forget to free gains too

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 20504642
......@@ -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);
......
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