1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 06:20:55 +01:00

25247 with further modifications: add $funcsourcetrace

This commit is contained in:
Peter Stephenson 2008-08-11 19:22:54 +00:00
parent 2e485d60ff
commit 2853ca830a
14 changed files with 167 additions and 18 deletions

View file

@ -852,6 +852,7 @@ freeshfuncnode(HashNode hn)
zsfree(shf->node.nam);
if (shf->funcdef)
freeeprog(shf->funcdef);
zsfree(shf->filename);
zfree(shf, sizeof(struct shfunc));
}