diff options
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-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, | |||
1028 | GNUNET_array_grow (ai.denom_keys, | 1028 | GNUNET_array_grow (ai.denom_keys, |
1029 | ai.num_denom_keys, | 1029 | ai.num_denom_keys, |
1030 | 0); | 1030 | 0); |
1031 | GNUNET_free (ai.auditor_url); | ||
1031 | continue; /* we are done */ | 1032 | continue; /* we are done */ |
1032 | } | 1033 | } |
1033 | if (key_data->auditors_size == key_data->num_auditors) | 1034 | if (key_data->auditors_size == key_data->num_auditors) |