aboutsummaryrefslogtreecommitdiffstats
path: root/src/spawn-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spawn-posix.c')
-rw-r--r--src/spawn-posix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spawn-posix.c b/src/spawn-posix.c
index 96f1536..609c157 100644
--- a/src/spawn-posix.c
+++ b/src/spawn-posix.c
@@ -403,6 +403,7 @@ spawn_detached (const char *pgmname, const char *argv[],
/*NOTREACHED*/
}
+ xfree (argv);
_gpgrt_pre_syscall ();
if (waitpid (pid, NULL, 0) == -1)
{