- (bal) OpenBSD Resync

- stevesk@cvs.openbsd.org 2001/01/24 21:03:50
     [channels.c]
     missing freeaddrinfo(); ok markus@
This commit is contained in:
Ben Lindstrom 2001-01-25 00:41:12 +00:00
parent ec3830ae6e
commit 87b147f539
2 changed files with 6 additions and 1 deletions

View File

@ -12,6 +12,10 @@
- (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

View 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;
}