summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavfilter/af_aecho.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/af_aecho.c b/libavfilter/af_aecho.c
index 09bb2f69e6..e73252b4a0 100644
--- a/libavfilter/af_aecho.c
+++ b/libavfilter/af_aecho.c
@@ -93,7 +93,7 @@ static av_cold void uninit(AVFilterContext *ctx)
av_freep(&s->samples);
if (s->delayptrs)
- av_freep(s->delayptrs[0]);
+ av_freep(&s->delayptrs[0]);
av_freep(&s->delayptrs);
}
@@ -256,7 +256,7 @@ static int config_output(AVFilterLink *outlink)
if (s->delayptrs)
- av_freep(s->delayptrs[0]);
+ av_freep(&s->delayptrs[0]);
av_freep(&s->delayptrs);
return av_samples_alloc_array_and_samples(&s->delayptrs, NULL,