aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rr.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-26 21:45:37 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-26 21:45:37 +0000
commit2711d5b000a9682df8d59d32e326a802d7bec192 (patch)
treef57445c4916727b1893f59295616c1d3eec96f3a /epan/dissectors/packet-gsm_a_rr.c
parent982e5dc32e125e954ce8d106ece61daf6103c55f (diff)
Try to make the build bot hapy.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26562 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gsm_a_rr.c')
-rw-r--r--epan/dissectors/packet-gsm_a_rr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_rr.c b/epan/dissectors/packet-gsm_a_rr.c
index a4025e0342..5d46ceb602 100644
--- a/epan/dissectors/packet-gsm_a_rr.c
+++ b/epan/dissectors/packet-gsm_a_rr.c
@@ -2835,7 +2835,7 @@ convert_n_to_q[32] = { 0, 9, 17, 25, 32, 39, 46, 53, 59, 65, 71, 77, 83,
static guint8
de_rr_si2quater_rest_oct(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
{
- proto_tree *subtree, *subtree2, *subtree3;
+ proto_tree *subtree, *subtree2=NULL, *subtree3=NULL;
proto_item *item, *item2, *item3;
guint32 curr_offset;
gint bit_offset, bit_offset_sav, bit_offset_sav2;