exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit bcaddc72a01c3333db5f8f23113287e099ec27dc
parent 17522251189bbd106f62f445ac7ee57ab8e4afc2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 10 Jan 2024 16:13:09 +0100

fix #8057

Diffstat:
Msrc/lib/auditor_api_get_config.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/lib/auditor_api_get_config.c b/src/lib/auditor_api_get_config.c @@ -235,7 +235,6 @@ TALER_AUDITOR_get_config (struct GNUNET_CURL_Context *ctx, if (NULL == auditor->vr_url) { GNUNET_break (0); - GNUNET_free (auditor->vr_url); GNUNET_free (auditor); return NULL; }