summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-01-12 12:09:10 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-01-12 12:09:10 +0000
commit1a89fbabb4bd2cfe1d6f4850137ecb60f0040b39 (patch)
tree05f94c972f2765903902265796219643cef99ff7 /ChangeLog
parentForgotten in last Doc/Zsh change. (diff)
downloadzsh-1a89fbabb4bd2cfe1d6f4850137ecb60f0040b39.tar
zsh-1a89fbabb4bd2cfe1d6f4850137ecb60f0040b39.tar.gz
zsh-1a89fbabb4bd2cfe1d6f4850137ecb60f0040b39.tar.bz2
zsh-1a89fbabb4bd2cfe1d6f4850137ecb60f0040b39.tar.lz
zsh-1a89fbabb4bd2cfe1d6f4850137ecb60f0040b39.tar.xz
zsh-1a89fbabb4bd2cfe1d6f4850137ecb60f0040b39.tar.zst
zsh-1a89fbabb4bd2cfe1d6f4850137ecb60f0040b39.zip
19361: Memory leaks
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cd938351..606a94768 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-12 Peter Stephenson <pws@csr.com>
+
+ * 19361: Src/builtin.c, Src/params.c: Memory leaks possibly
+ indicated by valgrind. Retying a pair of variables leaked
+ a string. Attempting to assign to a slice of an associative
+ array (error) could leak the value. Unsetting the array part
+ of a user tied array leaked a couple of bytes.
+
2004-01-09 Peter Stephenson <pws@csr.com>
* 19354: Doc/Zsh/compctl.yo, Doc/Zsh/intro.yo: Fix section