exchange

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

commit a24a576338f2da8eae1d235c98e6d66d40e8bf6e
parent 17ff6e9e34020171965c91d85a60b223f690ddfb
Author: Florian Dold <florian@dold.me>
Date:   Fri,  8 Nov 2024 16:30:30 +0100

remove unnecessary optimization

Diffstat:
Msrc/exchange/taler-exchange-httpd_kyc-info.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_kyc-info.c b/src/exchange/taler-exchange-httpd_kyc-info.c @@ -601,9 +601,6 @@ TEH_handler_kyc_info ( goto cleanup; } } - /* We can free rules early here. */ - TALER_KYCLOGIC_rules_free (lrs); - lrs = NULL; if ( (legitimization_measure_last_row == kyp->etag_measure_in) && (legitimization_outcome_last_row == kyp->etag_outcome_in) && GNUNET_TIME_absolute_is_future (kyp->timeout) )