about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-09-21 13:40:57 +0000
committerClint Adams <clint@users.sourceforge.net>2008-09-21 13:40:57 +0000
commit5cae0e52071908c71938e418da010d2131c828d1 (patch)
tree6e81e6676db5fecb3be0e4e37310628dcfab8b2b /Src
parentef2d2d0f2b7401374bbf47eea5c8bc6542a0bfee (diff)
downloadzsh-5cae0e52071908c71938e418da010d2131c828d1.tar.gz
zsh-5cae0e52071908c71938e418da010d2131c828d1.tar.xz
zsh-5cae0e52071908c71938e418da010d2131c828d1.zip
correct overzealousness in 25701
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;
 }