aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-rtcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtcp.c b/epan/dissectors/packet-rtcp.c
index fe7fd8f9a4..189f9e98ad 100644
--- a/epan/dissectors/packet-rtcp.c
+++ b/epan/dissectors/packet-rtcp.c
@@ -2720,7 +2720,7 @@ static void
dissect_rtcp( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree )
{
proto_item *ti;
- proto_tree *rtcp_tree;
+ proto_tree *rtcp_tree; = NULL;
guint padding_set = 0;
guint offset = 0;
guint total_packet_length = 0;