summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_helpers_exchange.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_helpers_exchange.c')
-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;
}