diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-09-15 12:50:14 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-09-15 12:50:14 +0200 |
commit | 38c80677d7ecebd50e6e8c01471a7b2615f6a4c9 (patch) | |
tree | 9bf100cd0a5e8a81869ae30b24837eebb2b6f3f6 /src | |
parent | ebd2e7d763689430d37386903ac190da4943ce2c (diff) |
fix leak
Diffstat (limited to 'src')
-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) |