about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
Diffstat (limited to 'Src')
-rw-r--r--Src/exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c
index 55b058c17..3ae52dd9c 100644
--- a/Src/exec.c
+++ b/Src/exec.c
@@ -4177,7 +4177,6 @@ loadautofn(Shfunc shf, int fksh, int autol)
 	shf->filename = fname;
     }
     popheap();
-    zsfree(fname);
 
     return shf;
 }