lib/hdb: test_namespace free hex string

Change-Id: Id69643ca70eb2c19b6c3cfc6fb99308aa29e3cc1
This commit is contained in:
Jeffrey Altman
2022-01-16 22:14:26 -05:00
parent a73c45bef1
commit b63da31622

View File

@@ -756,6 +756,7 @@ print_em(krb5_context context)
hex_encode(hist_keys->val[p].keys.val[0].key.keyvalue.data,
hist_keys->val[p].keys.val[0].key.keyvalue.length, &x);
printf("%s %u %s\n", x, hist_keys->val[p].kvno, name);
free(x);
}
}
}