diff options
author | Florian Dold <florian@dold.me> | 2024-11-08 16:30:30 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-11-08 16:30:30 +0100 |
commit | a24a576338f2da8eae1d235c98e6d66d40e8bf6e (patch) | |
tree | 015d114d559fc9aa18c39b8391d1de532adb1b05 | |
parent | 17ff6e9e34020171965c91d85a60b223f690ddfb (diff) |
remove unnecessary optimization
-rw-r--r-- | src/exchange/taler-exchange-httpd_kyc-info.c | 3 |
1 files 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 index f6abc48ba..f47ac0c6e 100644 --- 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) ) |