From 4a376d7250e899851f0bbd68898f619d750459c4 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 8 Jan 2001 15:25:01 +0000 Subject: fix for listpacked for matches as long as screen is wide (minus added spaces); more security when freeing matches: make sure current menu match pointer isn't used afterwards (13331) --- Src/Zle/compcore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/Zle/compcore.c') diff --git a/Src/Zle/compcore.c b/Src/Zle/compcore.c index fa8104169..06e7afbfb 100644 --- a/Src/Zle/compcore.c +++ b/Src/Zle/compcore.c @@ -2932,4 +2932,5 @@ freematches(Cmgroup g) g = n; } + minfo.cur = NULL; } -- cgit 1.4.1