]> git.eshelyaron.com Git - emacs.git/commitdiff
(socket_connection): Free realhost after using it.
authorRichard M. Stallman <rms@gnu.org>
Mon, 16 Dec 1996 06:01:18 +0000 (06:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 16 Dec 1996 06:01:18 +0000 (06:01 +0000)
lib-src/pop.c

index c4d4c26e5efd28f0d0594ce58dacb4798b476844..9292998e2882fa938674cda290ac987a188eb3f6 100644 (file)
@@ -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);