diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Zle/complete.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |