From a3d272eb9d1fdb130e98fc9d67198106a2aef53d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Sep 2019 12:10:44 +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 bbe5f45a0..80a07318b 100644 --- a/src/lib/exchange_api_handle.c +++ b/src/lib/exchange_api_handle.c @@ -961,6 +961,7 @@ decode_keys_json (const json_t *resp_obj, /* Okay, but why breaking here? It could be that the * user redownloaded all the keys in a forced way. */ GNUNET_break_op (0 == current); + GNUNET_CRYPTO_rsa_public_key_free (dk.key.rsa_public_key); continue; } if (key_data->denom_keys_size == key_data->num_denom_keys) -- cgit v1.2.3