gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r26148 - gnunet/src/util
Date: Mon, 18 Feb 2013 11:01:18 +0100

Author: LRN
Date: 2013-02-18 11:01:18 +0100 (Mon, 18 Feb 2013)
New Revision: 26148

Modified:
   gnunet/src/util/os_priority.c
Log:
It's on stack...

Modified: gnunet/src/util/os_priority.c
===================================================================
--- gnunet/src/util/os_priority.c       2013-02-18 09:35:39 UTC (rev 26147)
+++ gnunet/src/util/os_priority.c       2013-02-18 10:01:18 UTC (rev 26148)
@@ -1072,7 +1072,6 @@
       if (childpipe_write)
         GNUNET_DISK_file_close (childpipe_write);
       GNUNET_free (cmd);
-      GNUNET_free (path);
       return NULL;
     }
     /* Unlike *nix variant, we don't dup the handle, so can't close
@@ -1093,7 +1092,6 @@
     if (lsocks_pipe == NULL)
     {
       GNUNET_free (cmd);
-      GNUNET_free (path);
       GNUNET_DISK_pipe_close (lsocks_pipe);
       if (GNUNET_YES == pipe_control)
       {
@@ -1184,7 +1182,6 @@
 
   GNUNET_free (env_block);
   GNUNET_free (cmd);
-  GNUNET_free (path);
   free (wpath);
   free (wcmd);
   if (GNUNET_YES == pipe_control)




reply via email to

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