diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-09-21 13:40:57 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-09-21 13:40:57 +0000 |
commit | 5cae0e52071908c71938e418da010d2131c828d1 (patch) | |
tree | 6e81e6676db5fecb3be0e4e37310628dcfab8b2b /Src | |
parent | ef2d2d0f2b7401374bbf47eea5c8bc6542a0bfee (diff) | |
download | zsh-5cae0e52071908c71938e418da010d2131c828d1.tar.gz zsh-5cae0e52071908c71938e418da010d2131c828d1.tar.xz zsh-5cae0e52071908c71938e418da010d2131c828d1.zip |
correct overzealousness in 25701
Diffstat (limited to 'Src')
-rw-r--r-- | Src/exec.c | 1 |
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; } |