diff --git a/epan/dissectors/packet-umts_fp.c b/epan/dissectors/packet-umts_fp.c index 636ef79f01..b1e959d06e 100644 --- a/epan/dissectors/packet-umts_fp.c +++ b/epan/dissectors/packet-umts_fp.c @@ -499,8 +499,8 @@ int dissect_crci_bits(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int num_tbs, int offset) { int n; - proto_item *ti; - proto_tree *crcis_tree; + proto_item *ti = NULL; + proto_tree *crcis_tree = NULL; guint errors = 0; /* Add CRCIs subtree */