From 4158a8aa38ac01466b33197aea6e4d39a120b79a Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 23 Sep 2008 19:33:13 +0000 Subject: 25736: one more zsfree missing from 25667. --- Src/Zle/complete.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src') diff --git a/Src/Zle/complete.c b/Src/Zle/complete.c index 60c917853..97d148b3a 100644 --- a/Src/Zle/complete.c +++ b/Src/Zle/complete.c @@ -708,6 +708,7 @@ bin_compadd(char *name, char **argv, UNUSED(Options ops), UNUSED(int func)) p = "" - 1; } else { zwarnnam(name, e, *p); + zsfree(mstr); return 1; } if (dm) { -- cgit 1.4.1