[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] 02/02: -fix leak
From: |
gnunet |
Subject: |
[taler-exchange] 02/02: -fix leak |
Date: |
Wed, 21 Aug 2024 17:45:13 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
commit 9ececf6821f7d070bc819fb19ed51810ed4449c0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Aug 21 17:45:05 2024 +0200
-fix leak
---
src/auditor/taler-helper-auditor-aggregation.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/auditor/taler-helper-auditor-aggregation.c
b/src/auditor/taler-helper-auditor-aggregation.c
index 5b890a168..0016ffacb 100644
--- a/src/auditor/taler-helper-auditor-aggregation.c
+++ b/src/auditor/taler-helper-auditor-aggregation.c
@@ -816,6 +816,8 @@ wire_transfer_information_cb (
report_row_inconsistency ("aggregation",
rowid,
"no transaction history for coin claimed in
aggregation");
+ TALER_ARL_edb->free_coin_transaction_list (TALER_ARL_edb->cls,
+ tl);
return;
}
qs = TALER_ARL_edb->get_known_coin (TALER_ARL_edb->cls,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.