From: Nathan S. Evans Date: Wed, 31 Mar 2010 09:22:02 +0000 (+0000) Subject: missing free X-Git-Tag: initial-import-from-subversion-38251~22343 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9545410b6c1e5bd63231cacc5472b7f1502b1c23;p=oweals%2Fgnunet.git missing free --- diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c index 7281109f9..1769618cc 100644 --- a/src/testing/testing_group.c +++ b/src/testing/testing_group.c @@ -245,6 +245,7 @@ make_config (const struct GNUNET_CONFIGURATION_Handle *cfg, uint16_t * port) GNUNET_asprintf(&allowed_hosts, "%s; 127.0.0.1;", control_host); fprintf(stderr, "FOUND CONTROL_HOST OPTION %s, setting to %s\n", control_host, allowed_hosts); GNUNET_CONFIGURATION_set_value_string(uc.ret, "core", "ACCEPT_FROM", allowed_hosts); + GNUNET_free_non_null(control_host); GNUNET_free(allowed_hosts); }