Commit 1f97dfb7 authored by Paul B Mahol's avatar Paul B Mahol

lavfi/blend,noise: remove unedeed av_opt_free() call

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent e2946e5c
......@@ -338,7 +338,6 @@ static av_cold void uninit(AVFilterContext *ctx)
BlendContext *b = ctx->priv;
int i;
av_opt_free(b);
ff_bufqueue_discard_all(&b->queue_top);
ff_bufqueue_discard_all(&b->queue_bottom);
......
......@@ -322,7 +322,6 @@ static av_cold void uninit(AVFilterContext *ctx)
for (i = 0; i < 4; i++)
av_freep(&n->param[i].noise);
av_opt_free(n);
}
static const AVFilterPad noise_inputs[] = {
......
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