Commit daf2bef9 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_acrossover: fix memory leak

Fixes #8304
parent feaec3bc
......@@ -314,6 +314,7 @@ static av_cold void uninit(AVFilterContext *ctx)
int i;
av_freep(&s->splits);
av_freep(&s->xover);
for (i = 0; i < ctx->nb_outputs; i++)
av_freep(&ctx->output_pads[i].name);
......
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