commit c18a499745574aa782f6eaadadd57b49035bb799
parent aa0c719f59bfc911ec9646ab1a2138c40c2a4e3b
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 25 Aug 2024 13:26:02 +0200
fix misc. auditor issues
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/auditor/taler-helper-auditor-aggregation.c b/src/auditor/taler-helper-auditor-aggregation.c
@@ -922,15 +922,15 @@ wire_transfer_information_cb (
TALER_ARL_amount_add (&TALER_ARL_USE_AB (aggregation_total_bad_sig_loss),
&TALER_ARL_USE_AB (aggregation_total_bad_sig_loss),
coin_value);
- TALER_denom_sig_free (&coin.denom_sig);
- TALER_ARL_edb->free_coin_transaction_list (TALER_ARL_edb->cls,
- tl);
qs = report_row_inconsistency ("deposit",
rowid,
"coin denomination signature invalid");
if (0 > qs)
{
wcc->qs = qs;
+ TALER_denom_sig_free (&coin.denom_sig);
+ TALER_ARL_edb->free_coin_transaction_list (TALER_ARL_edb->cls,
+ tl);
return;
}
}