From: Richard M. Stallman Date: Mon, 16 Dec 1996 06:01:18 +0000 (+0000) Subject: (socket_connection): Free realhost after using it. X-Git-Tag: emacs-20.1~3247 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a7eabe0c65144f10b60ffe3f7c7709846641689;p=emacs.git (socket_connection): Free realhost after using it. --- diff --git a/lib-src/pop.c b/lib-src/pop.c index c4d4c26e5ef..9292998e288 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c @@ -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);