summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/diam_dict.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/diam_dict.l b/epan/diam_dict.l
index 29a93fdbae..ecf4ac28d3 100644
--- a/epan/diam_dict.l
+++ b/epan/diam_dict.l
@@ -410,6 +410,7 @@ description_attr description=\042
avp = g_malloc(sizeof(ddict_avp_t));
avp->name = NULL;
+ avp->description = NULL;
avp->vendor = NULL;
avp->code = 0;
avp->type = NULL;