From: LRN Date: Mon, 18 Feb 2013 10:01:18 +0000 (+0000) Subject: It's on stack... X-Git-Tag: initial-import-from-subversion-38251~9894 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=660d47b2bd0639533c1af0bd847788aecaf975bb;p=oweals%2Fgnunet.git It's on stack... --- diff --git a/src/util/os_priority.c b/src/util/os_priority.c index 168a9c5f5..e24d9fb73 100644 --- a/src/util/os_priority.c +++ b/src/util/os_priority.c @@ -1072,7 +1072,6 @@ start_process (int pipe_control, 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 @@ start_process (int pipe_control, 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 @@ start_process (int pipe_control, GNUNET_free (env_block); GNUNET_free (cmd); - GNUNET_free (path); free (wpath); free (wcmd); if (GNUNET_YES == pipe_control)