summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@cvs.openbsd.org>2013-06-10 19:19:45 +0000
committerDarren Tucker <dtucker@cvs.openbsd.org>2013-06-10 19:19:45 +0000
commit9e175c4a43a294b88e99eeb3eec91df5424892e5 (patch)
tree370d12c4e18537f3b288b079efcfc429d9fddc1c /usr.bin
parenta776807e67580157005a6f2eaf80be1be67b5903 (diff)
revert 1.203 while we investigate crashes reported by okan@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/readconf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c
index 1599f62ec8e..7253c843237 100644
--- a/usr.bin/ssh/readconf.c
+++ b/usr.bin/ssh/readconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.c,v 1.203 2013/06/05 22:00:28 dtucker Exp $ */
+/* $OpenBSD: readconf.c,v 1.204 2013/06/10 19:19:44 dtucker Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -814,8 +814,6 @@ parse_int:
else if (opcode == oRemoteForward)
add_remote_forward(options, &fwd);
}
- free(fwd.connect_host);
- free(fwd.listen_host);
break;
case oClearAllForwardings: