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:
parent
2e485d60ff
commit
2853ca830a
14 changed files with 167 additions and 18 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue