Browse Source

avfilter/aeval: Fixed a memory leak in EvalContext::channel_values

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
Ole Andre Birkedal Michael Niedermayer 11 years ago
parent
commit
c8372f8001
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/aeval.c

+ 1
- 0
libavfilter/aeval.c View File

@@ -217,6 +217,7 @@ static av_cold void uninit(AVFilterContext *ctx)
eval->expr[i] = NULL;
}
av_freep(&eval->expr);
av_freep(&eval->channel_values);
}

static int config_props(AVFilterLink *outlink)


Loading…
Cancel
Save