gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix another one of bad free


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix another one of bad frees from Julius
Date: Tue, 26 Jun 2018 17:04:15 +0200

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 3bb2a26da fix another one of bad frees from Julius
3bb2a26da is described below

commit 3bb2a26da20d649189acf255faf685f2f3ac79d6
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jun 26 17:04:12 2018 +0200

    fix another one of bad frees from Julius
---
 src/util/disk.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/util/disk.c b/src/util/disk.c
index 26b615df9..e0227be70 100644
--- a/src/util/disk.c
+++ b/src/util/disk.c
@@ -605,7 +605,6 @@ GNUNET_DISK_mktemp (const char *t)
   umask (omask);
   if (0 != CLOSE (fd))
     LOG_STRERROR_FILE (GNUNET_ERROR_TYPE_WARNING, "close", fn);
-  GNUNET_free (fn);
   return fn;
 }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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