mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-22 01:12:01 +01:00
zsh-workers/8796
This commit is contained in:
parent
23f3f128c7
commit
6e8cfbd006
2 changed files with 18 additions and 8 deletions
|
|
@ -2189,6 +2189,8 @@ freearray(char **s)
|
|||
{
|
||||
char **t = s;
|
||||
|
||||
DPUTS(!s, "freearray() with zero argument");
|
||||
|
||||
while (*s)
|
||||
zsfree(*s++);
|
||||
free(t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue