gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix leaks


From: gnunet
Subject: [taler-exchange] branch master updated: fix leaks
Date: Sat, 18 Jan 2020 22:08:25 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new dfd58b33 fix leaks
dfd58b33 is described below

commit dfd58b33e870022675c3bac7e0c56caaf2f63964
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jan 18 22:08:06 2020 +0100

    fix leaks
---
 src/auditor/taler-wire-auditor.c | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c
index 2d013850..8aeec8b1 100644
--- a/src/auditor/taler-wire-auditor.c
+++ b/src/auditor/taler-wire-auditor.c
@@ -523,7 +523,7 @@ do_shutdown (void *cls)
                         " s:o, s:o, s:o, s:o, s:o,"
                         " s:o, s:o, s:o, s:o, s:o,"
                         " s:o, s:o, s:o, s:I, s:I,"
-                        " s:s, s:s, s:o }",
+                        " s:o, s:o, s:o }",
                         /* blocks of 5 */
                         /* Tested in test-auditor.sh #11, #15, #20 */
                         "wire_out_amount_inconsistencies",
@@ -574,24 +574,19 @@ do_shutdown (void *cls)
                         /* Tested in test-auditor.sh #22 */
                         "reserve_lag_details",
                         report_closure_lags,
-                        "wire_auditor_start_time", json_string (
-                          GNUNET_STRINGS_absolute_time_to_string (start_time)),
-                        "wire_auditor_end_time", json_string (
-                          GNUNET_STRINGS_absolute_time_to_string (
-                            GNUNET_TIME_absolute_get ())),
+                        "wire_auditor_start_time",
+                        json_from_time_abs (start_time),
+                        "wire_auditor_end_time",
+                        json_from_time_abs (GNUNET_TIME_absolute_get ()),
                         "start_pp_reserve_close_uuid",
                         (json_int_t) start_pp.last_reserve_close_uuid,
                         "end_pp_reserve_close_uuid",
                         (json_int_t) pp.last_reserve_close_uuid,
                         /* blocks of 5 */
                         "start_pp_last_timestamp",
-                        json_string (
-                          GNUNET_STRINGS_absolute_time_to_string (
-                            start_pp.last_timestamp)),
+                        json_from_time_abs (start_pp.last_timestamp),
                         "end_pp_last_timestamp",
-                        json_string (
-                          GNUNET_STRINGS_absolute_time_to_string (
-                            pp.last_timestamp)),
+                        json_from_time_abs (pp.last_timestamp),
                         "account_progress",
                         report_account_progress
                         );

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]