zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: makecomplistflags memory leak
@ 2008-11-11 19:32 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2008-11-11 19:32 UTC (permalink / raw)
  To: zsh-workers

CID 93.

Index: Src/Zle/compctl.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Zle/compctl.c,v
retrieving revision 1.37
diff -u -r1.37 compctl.c
--- Src/Zle/compctl.c	26 Sep 2008 09:11:30 -0000	1.37
+++ Src/Zle/compctl.c	11 Nov 2008 19:27:07 -0000
@@ -3773,6 +3773,7 @@
 	    }
 	    he = up_histent(he);
 	}
+	freepatprog(pprogc);
     }
     if ((t = cc->mask & (CC_ARRAYS | CC_INTVARS | CC_ENVVARS | CC_SCALARS |
 			 CC_READONLYS | CC_SPECIALS | CC_PARAMS)))


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-11 19:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-11 19:32 PATCH: makecomplistflags memory leak Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).