lib/hdb: test_namespace free hex string
Change-Id: Id69643ca70eb2c19b6c3cfc6fb99308aa29e3cc1
This commit is contained in:
@@ -756,6 +756,7 @@ print_em(krb5_context context)
|
|||||||
hex_encode(hist_keys->val[p].keys.val[0].key.keyvalue.data,
|
hex_encode(hist_keys->val[p].keys.val[0].key.keyvalue.data,
|
||||||
hist_keys->val[p].keys.val[0].key.keyvalue.length, &x);
|
hist_keys->val[p].keys.val[0].key.keyvalue.length, &x);
|
||||||
printf("%s %u %s\n", x, hist_keys->val[p].kvno, name);
|
printf("%s %u %s\n", x, hist_keys->val[p].kvno, name);
|
||||||
|
free(x);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user