logging leak

This commit is contained in:
Christian Grothoff 2019-09-15 13:06:50 +02:00
parent 38c80677d7
commit 21ff9b1fe0
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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