[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-twister] branch master updated: Remove annoying #war
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-twister] branch master updated: Remove annoying #warning line. |
Date: |
Mon, 04 Jun 2018 11:22:25 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository twister.
The following commit(s) were added to refs/heads/master by this push:
new 21cbc3a Remove annoying #warning line.
21cbc3a is described below
commit 21cbc3a72395a4e00462fcc051620f31e7d9c52f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 4 11:22:06 2018 +0200
Remove annoying #warning line.
---
src/twister/taler-twister-service.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/twister/taler-twister-service.c
b/src/twister/taler-twister-service.c
index 5919172..a9ea9ce 100644
--- 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);
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-twister] branch master updated: Remove annoying #warning line.,
gnunet <=