I missed one OID string.

svn path=/trunk/; revision=15526
This commit is contained in:
Guy Harris 2005-08-25 03:43:16 +00:00
parent bcb91d2f45
commit 9b4994afcd
1 changed files with 0 additions and 2 deletions

View File

@ -1473,8 +1473,6 @@ dissect_spnego_supportedMech(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
proto_tree_add_text(tree, tvb, offset, nbytes, "supportedMech: %s",
oid_string);
g_free(oid_string);
offset += nbytes;
/* Should check for an unrecognized OID ... */