summaryrefslogtreecommitdiffstats
path: root/Src/exec.c
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-09-22 17:32:43 +0000
committerClint Adams <clint@users.sourceforge.net>2008-09-22 17:32:43 +0000
commit86873c3efcf092891908ba1a0bf0bfbfb0eedd21 (patch)
tree95cde7ed7e68b379bcf0d21000bc36da64202eb1 /Src/exec.c
parentJörg Sommer: 25718: add completion of option --reverse. (diff)
downloadzsh-86873c3efcf092891908ba1a0bf0bfbfb0eedd21.tar
zsh-86873c3efcf092891908ba1a0bf0bfbfb0eedd21.tar.gz
zsh-86873c3efcf092891908ba1a0bf0bfbfb0eedd21.tar.bz2
zsh-86873c3efcf092891908ba1a0bf0bfbfb0eedd21.tar.lz
zsh-86873c3efcf092891908ba1a0bf0bfbfb0eedd21.tar.xz
zsh-86873c3efcf092891908ba1a0bf0bfbfb0eedd21.tar.zst
zsh-86873c3efcf092891908ba1a0bf0bfbfb0eedd21.zip
25721: revert another mistake of 25701.
Diffstat (limited to 'Src/exec.c')
-rw-r--r--Src/exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c
index 3ae52dd9c..ad6f9955d 100644
--- a/Src/exec.c
+++ b/Src/exec.c
@@ -4134,7 +4134,6 @@ loadautofn(Shfunc shf, int fksh, int autol)
zwarn("%s: function definition file not found", shf->node.nam);
locallevel++;
popheap();
- zsfree(fname);
return NULL;
}
if (!prog) {