aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-oampdu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-oampdu.c b/epan/dissectors/packet-oampdu.c
index 780ab55590..4568e4f45c 100644
--- a/epan/dissectors/packet-oampdu.c
+++ b/epan/dissectors/packet-oampdu.c
@@ -1027,7 +1027,7 @@ dissect_oampdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint16 flags,state;
guint32 i;
- proto_tree *oampdu_tree;
+ proto_tree *oampdu_tree = NULL;
proto_item *oampdu_item;
proto_tree *flags_tree;
proto_item *flags_item;