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:48:51 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-08-08 10:48:51 +0000
commit8540c28975b7e12af5a489140cc8fe3711ada1c7 (patch)
treed378163c76b4d173695f40712ea30ccdfcb963bb /ChangeLog
parentbfd2ec595c0467a82ae305db4a34f6a992539fd9 (diff)
downloadzsh-8540c28975b7e12af5a489140cc8fe3711ada1c7.tar.gz
zsh-8540c28975b7e12af5a489140cc8fe3711ada1c7.tar.xz
zsh-8540c28975b7e12af5a489140cc8fe3711ada1c7.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 59bcc9684..bbf319161 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 &a., Completion/Unix/Command/_lynx: merge various changes from