lavfi/aevalsrc: do not free AVOption variables in uninit()
The generic code frees them already. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
badbd2414d
commit
db4e191d88
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user