aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dfilter/dfilter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dfilter/dfilter.c b/epan/dfilter/dfilter.c
index 6bc1bcd12d..a7dfcb9b92 100644
--- a/epan/dfilter/dfilter.c
+++ b/epan/dfilter/dfilter.c
@@ -179,6 +179,7 @@ dfwork_new(void)
dfw->loaded_fields = NULL;
dfw->interesting_fields = NULL;
dfw->next_insn_id = 0;
+ dfw->next_const_id = 0;
dfw->next_register = 0;
dfw->first_constant = -1;