gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11795 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r11795 - gnunet/src/util
Date: Fri, 18 Jun 2010 01:10:25 +0200

Author: grothoff
Date: 2010-06-18 01:10:25 +0200 (Fri, 18 Jun 2010)
New Revision: 11795

Modified:
   gnunet/src/util/os_installation.c
Log:
fix

Modified: gnunet/src/util/os_installation.c
===================================================================
--- gnunet/src/util/os_installation.c   2010-06-17 22:47:04 UTC (rev 11794)
+++ gnunet/src/util/os_installation.c   2010-06-17 23:10:25 UTC (rev 11795)
@@ -99,7 +99,6 @@
   if ((size == 0) || (size >= sizeof(lnk)-1))
     {
       GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "readlink", fn);
-      GNUNET_free (lnk);
       return NULL;
     }
   lnk[size] = '\0';
@@ -108,7 +107,6 @@
   if ((size < 4) || (lnk[size - 4] != '/'))
     {
       /* not installed in "/bin/" -- binary path probably useless */
-      GNUNET_free (lnk);
       return NULL;
     }
   lnk[size] = '\0';




reply via email to

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