[readconf.c]
     revert 1.203 while we investigate crashes reported by okan@
This commit is contained in:
Damien Miller 2013-07-18 16:09:04 +10:00
parent b7482cff46
commit 9a66155421
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
20130718
- (djm) OpenBSD CVS Sync
- dtucker@cvs.openbsd.org 2013/06/10 19:19:44
[readconf.c]
revert 1.203 while we investigate crashes reported by okan@
20130702 20130702
- (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config
contrib/cygwin/ssh-user-config] Modernizes and improve readability of contrib/cygwin/ssh-user-config] Modernizes and improve readability of

View File

@ -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> * Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -820,8 +820,6 @@ parse_int:
else if (opcode == oRemoteForward) else if (opcode == oRemoteForward)
add_remote_forward(options, &fwd); add_remote_forward(options, &fwd);
} }
free(fwd.connect_host);
free(fwd.listen_host);
break; break;
case oClearAllForwardings: case oClearAllForwardings: