From c06782d95b95f6802da6059378e5ad83a1d57ddd Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 18 Jan 2001 14:41:40 +0000 Subject: *** empty log message *** --- Src/Zle/compctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/Zle/compctl.c') diff --git a/Src/Zle/compctl.c b/Src/Zle/compctl.c index 019e774ac..44bf73700 100644 --- a/Src/Zle/compctl.c +++ b/Src/Zle/compctl.c @@ -1848,7 +1848,7 @@ ccmakehookfn(Hookdef dummy, struct ccmakedat *dat) amatches = lastmatches; lmatches = lastlmatches; if (pmatches) { - freematches(pmatches); + freematches(pmatches, 1); pmatches = NULL; hasperm = 0; } @@ -1858,7 +1858,7 @@ ccmakehookfn(Hookdef dummy, struct ccmakedat *dat) return 0; } if (lastmatches) { - freematches(lastmatches); + freematches(lastmatches, 1); lastmatches = NULL; } permmatches(1); -- cgit 1.4.1