aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee1722.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-03-21 06:55:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-03-21 06:55:58 +0000
commit254e20855820d26144f5575bb2171500c106bb4c (patch)
tree9120e3faeffdbe00958507a47db5be2da214cd2c /epan/dissectors/packet-ieee1722.c
parent7ee4c2fb40918ce470cddbf539b12277ed92f4fa (diff)
packet-ieee1722.c:127: warning: 'ieee1722_tree' may be used uninitialized in this function
svn path=/trunk/; revision=41714
Diffstat (limited to 'epan/dissectors/packet-ieee1722.c')
-rw-r--r--epan/dissectors/packet-ieee1722.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee1722.c b/epan/dissectors/packet-ieee1722.c
index d229f4fa94..94cec223cc 100644
--- a/epan/dissectors/packet-ieee1722.c
+++ b/epan/dissectors/packet-ieee1722.c
@@ -124,7 +124,7 @@ static void
dissect_1722(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
proto_item *ti;
- proto_tree *ieee1722_tree;
+ proto_tree *ieee1722_tree = NULL;
proto_tree *audio_tree;
proto_tree *sample_tree;
gint offset;