exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit cd9971c4ffb56c69da66b203c93aaad6dd213f73
parent db54db916ba5ff55dae1445ade3492af6107f1f9
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Fri,  6 Dec 2024 14:40:17 +0100

-fix memory leak of age_commitment_proof

Diffstat:
Msrc/lib/exchange_api_age_withdraw.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lib/exchange_api_age_withdraw.c b/src/lib/exchange_api_age_withdraw.c @@ -1062,6 +1062,7 @@ TALER_EXCHANGE_age_withdraw_cancel ( } TALER_blinded_planchet_free (&planchet->blinded_planchet); TALER_denom_ewv_free (&can->details.alg_values); + TALER_age_commitment_proof_free (&can->details.age_commitment_proof); } TALER_denom_pub_free (&cd->denom_pub.key); }