aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-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 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,
961 /* Okay, but why breaking here? It could be that the 961 /* Okay, but why breaking here? It could be that the
962 * user redownloaded all the keys in a forced way. */ 962 * user redownloaded all the keys in a forced way. */
963 GNUNET_break_op (0 == current); 963 GNUNET_break_op (0 == current);
964 GNUNET_CRYPTO_rsa_public_key_free (dk.key.rsa_public_key);
964 continue; 965 continue;
965 } 966 }
966 if (key_data->denom_keys_size == key_data->num_denom_keys) 967 if (key_data->denom_keys_size == key_data->num_denom_keys)