aboutsummaryrefslogtreecommitdiffstats
path: root/ports/common/guts/execv.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/common/guts/execv.c')
-rw-r--r--ports/common/guts/execv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/common/guts/execv.c b/ports/common/guts/execv.c
index 3e1f820..d5dc3b0 100644
--- a/ports/common/guts/execv.c
+++ b/ports/common/guts/execv.c
@@ -15,7 +15,6 @@
if (antimagic == 0) {
char *path_guess = pseudo_exec_path(file, 0);
pseudo_client_op(OP_EXEC, PSA_EXEC, -1, -1, path_guess, 0);
- free(path_guess);
}
pseudo_setupenv();