gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix ftbfs: |


From: gnunet
Subject: [gnunet] branch master updated: -fix ftbfs: |
Date: Sun, 28 Nov 2021 17:05:43 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new bb2d2ab35 -fix ftbfs: |
bb2d2ab35 is described below

commit bb2d2ab35cb1c28511e6cfd640eb7c39cc4cde47
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Nov 28 17:05:40 2021 +0100

    -fix ftbfs:
    |
---
 src/util/perf_malloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/perf_malloc.c b/src/util/perf_malloc.c
index 1c91402da..ea25148ec 100644
--- a/src/util/perf_malloc.c
+++ b/src/util/perf_malloc.c
@@ -36,7 +36,7 @@ perf_malloc ()
   for (size_t i = 1; i < 1024 * 1024; i += 1024)
   {
     ret += i;
-    GNUNET_free (GNUNET_malloc (i));
+    GNUNET_free_nz (GNUNET_malloc (i));
   }
   return ret;
 }

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