summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-07-18 16:09:04 +1000
committerDamien Miller <djm@mindrot.org>2013-07-18 16:09:04 +1000
commit9a6615542108118582f64b7161ca0e12176e3712 (patch)
tree59d5a9e9c5ecaac543308133e7543b39c899bb40 /readconf.c
parentb7482cff46e7e76bfb3cda86c365a08f58d4fca0 (diff)
downloadopenssh-git-9a6615542108118582f64b7161ca0e12176e3712.tar.gz
- dtucker@cvs.openbsd.org 2013/06/10 19:19:44
[readconf.c] revert 1.203 while we investigate crashes reported by okan@
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/readconf.c b/readconf.c
index 7c1c795f..1464430a 100644
--- a/readconf.c
+++ b/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
@@ -820,8 +820,6 @@ parse_int:
else if (opcode == oRemoteForward)
add_remote_forward(options, &fwd);
}
- free(fwd.connect_host);
- free(fwd.listen_host);
break;
case oClearAllForwardings: