]> andersk Git - openssh.git/commitdiff
- (bal) OpenBSD Resync
authormouring <mouring>
Thu, 25 Jan 2001 00:41:12 +0000 (00:41 +0000)
committermouring <mouring>
Thu, 25 Jan 2001 00:41:12 +0000 (00:41 +0000)
   - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
     [channels.c]
     missing freeaddrinfo(); ok markus@

ChangeLog
channels.c

index 01af308dd8a492d0355fff25fed016e44a8a98db..74bb6881211a836731a8a931c61d6aab16f44159 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
  - (djm) Mention PRNGd in documentation, it is nicer than EGD
  - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
  - (bal) AC_FUNC_STRFTIME added to autoconf
+ - (bal) OpenBSD Resync
+   - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
+     [channels.c]
+     missing freeaddrinfo(); ok markus@
 
 20010124
  - (bal) OpenBSD Resync
index a7da538ee2750d0ae60d7d4ec6ca5789042df352..8aaf8c6e63770237af0dfa30c6c1d388a874683f 100644 (file)
@@ -40,7 +40,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: channels.c,v 1.82 2001/01/21 19:05:46 markus Exp $");
+RCSID("$OpenBSD: channels.c,v 1.83 2001/01/24 21:03:50 stevesk Exp $");
 
 #include <openssl/rsa.h>
 #include <openssl/dsa.h>
@@ -1922,6 +1922,7 @@ x11_create_display_inet(int screen_number, int x11_display_offset)
                        break;
 #endif
                }
+               freeaddrinfo(aitop);
                if (num_socks > 0)
                        break;
        }
This page took 0.054126 seconds and 5 git commands to generate.