aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-wps.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-wps.c b/epan/dissectors/packet-wps.c
index efedb65eae..c717c2d846 100644
--- a/epan/dissectors/packet-wps.c
+++ b/epan/dissectors/packet-wps.c
@@ -882,9 +882,9 @@ dissect_wps_tlvs(proto_tree *eap_tree, tvbuff_t *tvb, int offset,
guint tlv_len;
guint16 tlv_type;
- proto_item *tlv_item; /* the root item */
- proto_tree *tlv_root;
- proto_item *tmp_item;
+ proto_item *tlv_item = NULL; /* the root item */
+ proto_tree *tlv_root = NULL;
+ proto_item *tmp_item = NULL;
int hfindex = -1;