(krb5_expand_hostname_realms): free addrinfo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10719 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -148,5 +148,6 @@ krb5_expand_hostname_realms (krb5_context context,
|
|||||||
free (*new_hostname);
|
free (*new_hostname);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
freeaddrinfo(ai);
|
||||||
return vanilla_hostname (context, orig_hostname, new_hostname, realms);
|
return vanilla_hostname (context, orig_hostname, new_hostname, realms);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user