gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: logging leak


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: logging leak
Date: Sun, 15 Sep 2019 13:06:53 +0200

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 21ff9b1f logging leak
21ff9b1f is described below

commit 21ff9b1fe0da803ae1b498e7c37f015c71ce351b
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Sep 15 13:06:50 2019 +0200

    logging leak
---
 src/lib/testing_api_cmd_serialize_keys.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/lib/testing_api_cmd_serialize_keys.c 
b/src/lib/testing_api_cmd_serialize_keys.c
index 98e7cc9d..60c63b31 100644
--- a/src/lib/testing_api_cmd_serialize_keys.c
+++ b/src/lib/testing_api_cmd_serialize_keys.c
@@ -198,9 +198,15 @@ connect_with_state_run (void *cls,
       0,
       &serialized_keys));
 
-  TALER_LOG_DEBUG ("Serialized key-state: %s\n",
-                   json_dumps (serialized_keys,
-                               JSON_INDENT (1)));
+  {
+    char *dump;
+
+    dump = json_dumps (serialized_keys,
+                       JSON_INDENT (1));
+    TALER_LOG_DEBUG ("Serialized key-state: %s\n",
+                     dump);
+    free (dump);
+  }
 
   GNUNET_assert
     (GNUNET_OK == TALER_TESTING_get_trait_url

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



reply via email to

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