From 9a6615542108118582f64b7161ca0e12176e3712 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 18 Jul 2013 16:09:04 +1000 Subject: - dtucker@cvs.openbsd.org 2013/06/10 19:19:44 [readconf.c] revert 1.203 while we investigate crashes reported by okan@ --- readconf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'readconf.c') diff --git a/readconf.c b/readconf.c index 7c1c795fe..1464430a4 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 * Copyright (c) 1995 Tatu Ylonen , 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: -- cgit v1.2.3