summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-10 16:15:59 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-10 16:15:59 +0100
commit50671ad727012f6bdeb43fe6436a5938f1747c46 (patch)
tree30b109ba43b5267561d7e29c07acdc4476207b74
parent35bec60894510a3833358183db02e0c1c9cc41a2 (diff)
downloadexchange-50671ad727012f6bdeb43fe6436a5938f1747c46.tar.gz
exchange-50671ad727012f6bdeb43fe6436a5938f1747c46.tar.bz2
exchange-50671ad727012f6bdeb43fe6436a5938f1747c46.zip
fix early base URL free
-rw-r--r--src/testing/testing_api_helpers_exchange.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testing/testing_api_helpers_exchange.c b/src/testing/testing_api_helpers_exchange.c
index 7f65bc3dd..597b5399a 100644
--- a/src/testing/testing_api_helpers_exchange.c
+++ b/src/testing/testing_api_helpers_exchange.c
@@ -864,7 +864,6 @@ TALER_TESTING_setup_with_exchange_cfg (
helpers))
{
GNUNET_break (0);
- GNUNET_free (base_url);
return 77;
}
exchanged = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ALL,
@@ -877,7 +876,6 @@ TALER_TESTING_setup_with_exchange_cfg (
if (NULL == exchanged)
{
GNUNET_break (0);
- GNUNET_free (base_url);
stop_helpers (helpers);
return 77;
}