gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34335 - gnunet/src/topology


From: gnunet
Subject: [GNUnet-SVN] r34335 - gnunet/src/topology
Date: Sun, 5 Oct 2014 03:24:33 +0200

Author: grothoff
Date: 2014-10-05 03:24:33 +0200 (Sun, 05 Oct 2014)
New Revision: 34335

Modified:
   gnunet/src/topology/friends.c
Log:
-fix leak

Modified: gnunet/src/topology/friends.c
===================================================================
--- gnunet/src/topology/friends.c       2014-10-05 01:24:24 UTC (rev 34334)
+++ gnunet/src/topology/friends.c       2014-10-05 01:24:33 UTC (rev 34335)
@@ -153,6 +153,7 @@
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
                 _("Directory for file `%s' does not seem to be writable.\n"),
                 fn);
+    GNUNET_free (fn);
     return NULL;
   }
   if (GNUNET_OK == GNUNET_DISK_file_test (fn))




reply via email to

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