diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-10 16:13:09 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-10 16:13:09 +0100 |
commit | bcaddc72a01c3333db5f8f23113287e099ec27dc (patch) | |
tree | 418fdb8aba4825cf7418599febba482737d8fdaa | |
parent | 17522251189bbd106f62f445ac7ee57ab8e4afc2 (diff) |
fix #8057v0.9.4-dev.9
-rw-r--r-- | src/lib/auditor_api_get_config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/auditor_api_get_config.c b/src/lib/auditor_api_get_config.c index 5d0b4db81..8f865a608 100644 --- 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; } |