From 38c80677d7ecebd50e6e8c01471a7b2615f6a4c9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Sep 2019 12:50:14 +0200 Subject: fix leak --- src/lib/exchange_api_handle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/exchange_api_handle.c') 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) -- cgit v1.2.3