aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-06-26 09:44:33 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-06-26 09:44:33 +0200
commit17001e445db8ca9b5490880bef18dacddc072258 (patch)
treed836cd809578f6c62c19e39e932e961358843b70
parentc5c3a44c25ad6d2411d18421ad5f4c1a312643a1 (diff)
downloadexchange-17001e445db8ca9b5490880bef18dacddc072258.tar.xz
-free spec
-rw-r--r--src/exchange/taler-exchange-httpd_age-withdraw_reveal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c b/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c
index 9bb6ac401..60f036f81 100644
--- a/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c
+++ b/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c
@@ -586,6 +586,7 @@ TEH_handler_age_withdraw_reveal (
} while(0);
+ GNUNET_JSON_parse_free (spec);
GNUNET_free (actx.disclosed_coin_secrets);
return result;
}