Remove a double free introduced in 1.93
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17215 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -754,7 +754,6 @@ krb5_425_conv_principal_ext2(krb5_context context,
|
|||||||
if (r) {
|
if (r) {
|
||||||
if (r->head && r->head->type == T_AAAA) {
|
if (r->head && r->head->type == T_AAAA) {
|
||||||
inst = strdup(r->head->domain);
|
inst = strdup(r->head->domain);
|
||||||
dns_free_data(r);
|
|
||||||
passed = TRUE;
|
passed = TRUE;
|
||||||
}
|
}
|
||||||
dns_free_data(r);
|
dns_free_data(r);
|
||||||
|
Reference in New Issue
Block a user