From 3d7baf2c9f8e3eec71aba89db46194405bc0ab5d Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Fri, 7 Nov 2008 18:13:10 +0000 Subject: [PATCH] Try to pacify the buildbot. svn path=/trunk/; revision=26732 --- epan/dissectors/packet-gsm_a_rr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-gsm_a_rr.c b/epan/dissectors/packet-gsm_a_rr.c index 671ba61da9..5c9b5aeb20 100644 --- a/epan/dissectors/packet-gsm_a_rr.c +++ b/epan/dissectors/packet-gsm_a_rr.c @@ -7174,7 +7174,7 @@ static const value_string gsm_a_rr_3g_wait_vals[] = { static void sacch_rr_meas_info(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_) { - proto_tree *subtree, *subtree2; + proto_tree *subtree = NULL, *subtree2; proto_item *item, *item2; guint32 curr_offset; gint bit_offset, bit_offset_sav, bit_offset_sav2;