summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-10 15:26:53 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-10 15:26:53 +0200
commit66f9a5b5e5431b6a24352e8ce95e30c8b00a6d92 (patch)
tree0c2f2a0da1827ca252fe61bba02519298d3f3235 /src/exchange
parentf4abc1c369ad3becf3d995106c6e1e9ee5f89257 (diff)
downloadexchange-66f9a5b5e5431b6a24352e8ce95e30c8b00a6d92.tar.gz
exchange-66f9a5b5e5431b6a24352e8ce95e30c8b00a6d92.tar.bz2
exchange-66f9a5b5e5431b6a24352e8ce95e30c8b00a6d92.zip
-simplify
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_keys.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c
index 388a383f2..debad6f1f 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -2379,15 +2379,12 @@ finish_keys_response (struct TEH_KeyStateHandle *ksh)
json_array_append_new (
grouped_denominations,
group->json));
-
/* Build the running XOR over all hash(_xor) */
GNUNET_CRYPTO_hash_xor (&group->hash_xor,
&grouped_hash_xor,
&grouped_hash_xor);
-
GNUNET_free (group);
}
-
GNUNET_CONTAINER_multihashmap_iterator_destroy (iter);
}