(socket_connection): Free realhost after using it.
This commit is contained in:
parent
94bec52a55
commit
6a7eabe0c6
1 changed files with 1 additions and 0 deletions
|
@ -1184,6 +1184,7 @@ socket_connection (host, flags)
|
|||
(struct sockaddr_in *) 0,
|
||||
"KPOPV0.1");
|
||||
free ((char *) ticket);
|
||||
free (realhost);
|
||||
if (rem != KSUCCESS)
|
||||
{
|
||||
strcpy (pop_error, KRB_ERROR);
|
||||
|
|
Loading…
Add table
Reference in a new issue