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/compresult.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle/compresult.c') diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c index f953e0f6b..787e7e795 100644 --- a/Src/Zle/compresult.c +++ b/Src/Zle/compresult.c @@ -2206,7 +2206,7 @@ invalidate_list(void) if (validlist) { if (showinglist == -2) zrefresh(); - freematches(lastmatches); + freematches(lastmatches, 1); lastmatches = NULL; hasoldlist = 0; } -- cgit 1.4.1