diff options
-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; } |