exchange

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

commit 2072cb3b2827b898b526310e6b3191bc31b30916
parent 46b471cae8596d7d8d0d0656ad1db770cd4d2178
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 16 Aug 2026 08:50:47 +0200

fix leak

Diffstat:
Msrc/auditor/taler-auditor-httpd_get-monitoring-amount-arithmetic-inconsistency.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/taler-auditor-httpd_get-monitoring-amount-arithmetic-inconsistency.c b/src/auditor/taler-auditor-httpd_get-monitoring-amount-arithmetic-inconsistency.c @@ -92,8 +92,6 @@ TAH_get_monitoring_amount_arithmetic_inconsistency ( TALER_EC_GENERIC_DB_SETUP_FAILED, NULL); } - ja = json_array (); - GNUNET_break (NULL != ja); TALER_MHD_parse_request_snumber (connection, "limit", &limit); @@ -118,6 +116,8 @@ TAH_get_monitoring_amount_arithmetic_inconsistency ( } } + ja = json_array (); + GNUNET_break (NULL != ja); qs = TALER_AUDITORDB_iterate_amount_arithmetic_inconsistencies ( TAH_apg, limit,