Remove a tvb_free() call.

svn path=/trunk/; revision=28839
This commit is contained in:
Stig Bjørlykke 2009-06-25 01:50:56 +00:00
parent 479b1ee737
commit 26bd9f3623
1 changed files with 0 additions and 3 deletions

View File

@ -940,9 +940,6 @@ static void parse_PAYLOAD(proto_tree *parentTree, packet_info *pinfo, tvbuff_t *
proto_tree_add_uint(PAYLOAD_header_tree, hf_infiniband_reserved16_RWH, tvb,
local_offset, 2, tvb_get_ntohs(tvb, local_offset));
} else {
tvb_free(next_tvb);
}
}