From 8d4f8f0579b286b4ace045f1b1a8cd6d03094baa Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 22 Apr 2010 09:07:09 +0000 Subject: [PATCH] --- src/hostlist/hostlist-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c index fdc3e34d0..90e5fe442 100644 --- a/src/hostlist/hostlist-server.c +++ b/src/hostlist/hostlist-server.c @@ -635,8 +635,8 @@ GNUNET_HOSTLIST_server_start (const struct GNUNET_CONFIGURATION_Handle *c, _("Address to obtain hostlist: `%s'\n"), hostlist_uri); } + GNUNET_free ( hostname ); } - GNUNET_free ( hostname ); daemon_handle_v6 = MHD_start_daemon (MHD_USE_IPv6 #if DEBUG_HOSTLIST_SERVER | MHD_USE_DEBUG -- 2.25.1