Skip to content
Snippets Groups Projects
Commit 1a4236e0 authored by Paul B Mahol's avatar Paul B Mahol
Browse files

avfilter/af_superequalizer: stop leaking s->out frame


Signed-off-by: default avatarPaul B Mahol <onemda@gmail.com>
parent 53624d62
No related branches found
No related tags found
No related merge requests found
...@@ -302,6 +302,7 @@ static av_cold void uninit(AVFilterContext *ctx) ...@@ -302,6 +302,7 @@ static av_cold void uninit(AVFilterContext *ctx)
{ {
SuperEqualizerContext *s = ctx->priv; SuperEqualizerContext *s = ctx->priv;
av_frame_free(&s->out);
av_freep(&s->irest); av_freep(&s->irest);
av_freep(&s->ires); av_freep(&s->ires);
av_freep(&s->fsamples); av_freep(&s->fsamples);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment