summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_pullup.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_pullup.c')
-rw-r--r--libavfilter/vf_pullup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_pullup.c b/libavfilter/vf_pullup.c
index bf84568..73ffa68 100644
--- a/libavfilter/vf_pullup.c
+++ b/libavfilter/vf_pullup.c
@@ -137,6 +137,7 @@ static void free_field_queue(PullupField *head)
av_free(f->combs);
av_free(f->vars);
next = f->next;
+ memset(f, 0, sizeof(*f));
av_free(f);
f = next;
} while (f != head);
OpenPOWER on IntegriCloud