summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-09-15 12:50:14 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-15 12:50:14 +0200
commit38c80677d7ecebd50e6e8c01471a7b2615f6a4c9 (patch)
tree9bf100cd0a5e8a81869ae30b24837eebb2b6f3f6 /src/lib
parentebd2e7d763689430d37386903ac190da4943ce2c (diff)
downloadexchange-38c80677d7ecebd50e6e8c01471a7b2615f6a4c9.tar.gz
exchange-38c80677d7ecebd50e6e8c01471a7b2615f6a4c9.tar.bz2
exchange-38c80677d7ecebd50e6e8c01471a7b2615f6a4c9.zip
fix leak
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exchange_api_handle.c1
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)