commit 21cbc3a72395a4e00462fcc051620f31e7d9c52f
parent 25da33b51ff2fb1ba029d4baab233c83c7ea930c
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Mon, 4 Jun 2018 11:22:06 +0200
Remove annoying #warning line.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/twister/taler-twister-service.c b/src/twister/taler-twister-service.c
@@ -955,7 +955,6 @@ flip_object (struct MHD_Connection *con,
current_value = json_string_value (child);
- #warning When free this?
current_value_flip = GNUNET_strdup (current_value);
flip_index = GNUNET_CRYPTO_random_u32
@@ -983,7 +982,7 @@ flip_object (struct MHD_Connection *con,
(child,
(const char *) current_value_flip))
ret_flip = GNUNET_YES;
-
+ GNUNET_free (current_value_flip);
if (-1 == ret_flip)
TALER_LOG_WARNING ("Could not flip '%s'\n", target);