diff options
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 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) { |