# HG changeset patch # User Richard M. Stallman # Date 850716078 0 # Node ID 83946dc6f4e7ef9171b6dcea5ad777bc1525ea1a # Parent c39faead2472b29562dff81d6ceb66a933013132 (socket_connection): Free realhost after using it. diff -r c39faead2472 -r 83946dc6f4e7 lib-src/pop.c --- a/lib-src/pop.c Mon Dec 16 05:53:33 1996 +0000 +++ b/lib-src/pop.c Mon Dec 16 06:01:18 1996 +0000 @@ -1184,6 +1184,7 @@ (struct sockaddr_in *) 0, "KPOPV0.1"); free ((char *) ticket); + free (realhost); if (rem != KSUCCESS) { strcpy (pop_error, KRB_ERROR);