Browse Source

avfilter/af_aiir: do not forget to free gains too

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n4.0
Paul B Mahol 8 years ago
parent
commit
3f234a0b22
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavfilter/af_aiir.c

+ 2
- 0
libavfilter/af_aiir.c View File

@@ -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);



Loading…
Cancel
Save