summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavfilter/af_apad.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/af_apad.c b/libavfilter/af_apad.c
index 4bf2d8111b..18a0170688 100644
--- a/libavfilter/af_apad.c
+++ b/libavfilter/af_apad.c
@@ -74,8 +74,6 @@ static av_cold int init(AVFilterContext *ctx, const char *args)
return AVERROR(EINVAL);
}
- av_opt_free(apad);
-
return 0;
}