about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-08-08 10:43:50 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-08-08 10:43:50 +0000
commitf60279ae24e66cb2365eadc25f847f908adf9399 (patch)
tree13ac9ba5be6b27c9b71842998cbdd9d7e6ec6fbb /ChangeLog
parentcea681c9281d53e91cef7ce54accb7d82e0b94b9 (diff)
downloadzsh-f60279ae24e66cb2365eadc25f847f908adf9399.tar.gz
zsh-f60279ae24e66cb2365eadc25f847f908adf9399.tar.xz
zsh-f60279ae24e66cb2365eadc25f847f908adf9399.zip
17516, 17517: Attempted fixes for memory leaks shown by valgrind.
First with zstyle patterns, second with pwd in job structure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 985fefac0..a5258df4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-08-08  Peter Stephenson  <pws@csr.com>
+
+	* 17517: Src/jobs.c: Another memory leak was showing up with the
+	pwd field of the job structure, this attempts to rationalise it. 
+
+	* 17516: Src/Modules/zutil.c: Memory leak with compiled patterns
+	for zstyle shown up by Felix's valgrind test.
+
 2002-08-07  Clint Adams  <clint@zsh.org>
 
 	* 17509: Completion/Unix/Command/_lynx: complete .xhtml files as well