avfilter/af_superequalizer: stop leaking s->out frame

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2017-06-19 18:34:04 +02:00
parent 53624d62d9
commit 1a4236e025
1 changed files with 1 additions and 0 deletions

View File

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