summaryrefslogtreecommitdiff
path: root/libc/unistd/execle.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/unistd/execle.c')
-rw-r--r--libc/unistd/execle.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/unistd/execle.c b/libc/unistd/execle.c
index 14c7a0bfc..4003ee6be 100644
--- a/libc/unistd/execle.c
+++ b/libc/unistd/execle.c
@@ -46,8 +46,5 @@ int execle(const char *file, const char *arg, ...)
i = execvep(file, (char *const *) argv, (char *const *) envp);
- if (argv != shortargv)
- free(argv);
-
return i;
}