about summary refs log tree commit diff
path: root/Src/Zle/compcore.c
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-01-08 15:25:01 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-01-08 15:25:01 +0000
commit4a376d7250e899851f0bbd68898f619d750459c4 (patch)
treebcf7cb7d0dd1d875e15e518b05040cab97583e28 /Src/Zle/compcore.c
parentf6d71cda8c3ef0774cbea21c944f8787488f09f2 (diff)
downloadzsh-4a376d7250e899851f0bbd68898f619d750459c4.tar.gz
zsh-4a376d7250e899851f0bbd68898f619d750459c4.tar.xz
zsh-4a376d7250e899851f0bbd68898f619d750459c4.zip
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)
Diffstat (limited to 'Src/Zle/compcore.c')
-rw-r--r--Src/Zle/compcore.c1
1 files changed, 1 insertions, 0 deletions
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;
 }