From 660d47b2bd0639533c1af0bd847788aecaf975bb Mon Sep 17 00:00:00 2001 From: LRN Date: Mon, 18 Feb 2013 10:01:18 +0000 Subject: [PATCH] It's on stack... --- src/util/os_priority.c | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.25.1