This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
205046420d
commit
3f234a0b22
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save