changeset 16697:83946dc6f4e7

(socket_connection): Free realhost after using it.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Dec 1996 06:01:18 +0000
parents c39faead2472
children 13920eac02e0
files lib-src/pop.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);