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

lavfi/aevalsrc: do not free AVOption variables in uninit()

The generic code frees them already.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent badbd241
......@@ -150,8 +150,6 @@ static av_cold void uninit(AVFilterContext *ctx)
av_expr_free(eval->expr[i]);
eval->expr[i] = NULL;
}
av_freep(&eval->chlayout_str);
av_freep(&eval->sample_rate_str);
}
static int config_props(AVFilterLink *outlink)
......
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