commit 38c80677d7ecebd50e6e8c01471a7b2615f6a4c9
parent ebd2e7d763689430d37386903ac190da4943ce2c
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 15 Sep 2019 12:50:14 +0200
fix leak
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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)