Commit 1a4236e0 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_superequalizer: stop leaking s->out frame

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 53624d62
......@@ -302,6 +302,7 @@ static av_cold void uninit(AVFilterContext *ctx)
{
SuperEqualizerContext *s = ctx->priv;
av_frame_free(&s->out);
av_freep(&s->irest);
av_freep(&s->ires);
av_freep(&s->fsamples);
......
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