diff options
-rw-r--r-- | src/lib/exchange_api_handle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c index 8e523e3b4..461569a9c 100644 --- a/src/lib/exchange_api_handle.c +++ b/src/lib/exchange_api_handle.c @@ -1028,6 +1028,7 @@ decode_keys_json (const json_t *resp_obj, GNUNET_array_grow (ai.denom_keys, ai.num_denom_keys, 0); + GNUNET_free (ai.auditor_url); continue; /* we are done */ } if (key_data->auditors_size == key_data->num_auditors) |