gnunet-svn
[Top][All Lists]
Advanced

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

[taler-twister] branch master updated: change GNUNET_free_non_null to GN


From: gnunet
Subject: [taler-twister] branch master updated: change GNUNET_free_non_null to GNUNET_free
Date: Sun, 12 Jul 2020 22:14:43 +0200

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

jonathan-buchanan pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new 41d519e  change GNUNET_free_non_null to GNUNET_free
41d519e is described below

commit 41d519ef309539aa7e3116195ce87727c87322ff
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
AuthorDate: Sun Jul 12 16:14:29 2020 -0400

    change GNUNET_free_non_null to GNUNET_free
---
 src/twister/taler-twister-service.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/twister/taler-twister-service.c 
b/src/twister/taler-twister-service.c
index 992cf59..25dea13 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -961,7 +961,7 @@ con_val_iter (void *cls,
   hr->headers = curl_slist_append (hr->headers,
                                    hdr);
   GNUNET_free (hdr);
-  GNUNET_free_non_null (new_value);
+  GNUNET_free (new_value);
   return MHD_YES;
 }
 
@@ -1992,7 +1992,7 @@ mhd_completed_cb (void *cls,
               hr->url);
 
   GNUNET_free (hr->url);
-  GNUNET_free_non_null (hr->io_buf);
+  GNUNET_free (hr->io_buf);
   GNUNET_CONTAINER_DLL_remove (hr_head,
                                hr_tail,
                                hr);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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