summaryrefslogtreecommitdiffstats
path: root/channels.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-06-15 10:27:15 +1000
committerDamien Miller <djm@mindrot.org>2004-06-15 10:27:15 +1000
commit3e4dffb140d3eb6eafddf2318baa8e4c33d4531e (patch)
tree83e207a49b88af6b03d9a10d778e9e05bd0946ee /channels.c
parent350327c0428572f16b1c4080ef61473942217a27 (diff)
- markus@cvs.openbsd.org 2004/05/26 23:02:39
[channels.c] missing freeaddrinfo; Andrey Matveev
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels.c b/channels.c
index 2b1ce0e5..437befa3 100644
--- a/channels.c
+++ b/channels.c
@@ -39,7 +39,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: channels.c,v 1.202 2004/05/21 11:33:11 djm Exp $");
+RCSID("$OpenBSD: channels.c,v 1.203 2004/05/26 23:02:39 markus Exp $");
#include "ssh.h"
#include "ssh1.h"
@@ -2570,6 +2570,7 @@ x11_create_display_inet(int x11_display_offset, int x11_use_localhost,
if (sock < 0) {
if ((errno != EINVAL) && (errno != EAFNOSUPPORT)) {
error("socket: %.100s", strerror(errno));
+ freeaddrinfo(aitop);
return -1;
} else {
debug("x11_create_display_inet: Socket family %d not supported",