about summary refs log tree commit diff
path: root/Src/Zle/compresult.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-02-14 15:21:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-02-14 15:21:35 +0000
commit5a52e1ee8096e878f3274f606cbd6fee3fa1dbbe (patch)
tree3ffd5b501e8ef9ff69ae0dc2cf465350c87c2877 /Src/Zle/compresult.c
parentae7d5b55030ee124e5bf28478264aafde3bfcc64 (diff)
downloadzsh-5a52e1ee8096e878f3274f606cbd6fee3fa1dbbe.tar.gz
zsh-5a52e1ee8096e878f3274f606cbd6fee3fa1dbbe.tar.xz
zsh-5a52e1ee8096e878f3274f606cbd6fee3fa1dbbe.zip
24551: Free heap memory after every ZLE command
Diffstat (limited to 'Src/Zle/compresult.c')
-rw-r--r--Src/Zle/compresult.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c
index 021330ddb..471e7c2c6 100644
--- a/Src/Zle/compresult.c
+++ b/Src/Zle/compresult.c
@@ -1200,6 +1200,7 @@ do_menucmp(int lst)
 	showinglist = -2;
 	return;
     }
+
     /* Otherwise go to the next match in the array... */
     do {
 	if (!*++(minfo.cur)) {