commit 50671ad727012f6bdeb43fe6436a5938f1747c46
parent 35bec60894510a3833358183db02e0c1c9cc41a2
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 10 Dec 2020 16:15:59 +0100
fix early base URL free
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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;
}