diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-01-12 12:09:10 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-01-12 12:09:10 +0000 |
commit | 1a89fbabb4bd2cfe1d6f4850137ecb60f0040b39 (patch) | |
tree | 05f94c972f2765903902265796219643cef99ff7 /ChangeLog | |
parent | cf2e6a27d56d9a646af42797d745d42ecca99f7f (diff) | |
download | zsh-1a89fbabb4bd2cfe1d6f4850137ecb60f0040b39.tar.gz zsh-1a89fbabb4bd2cfe1d6f4850137ecb60f0040b39.tar.xz zsh-1a89fbabb4bd2cfe1d6f4850137ecb60f0040b39.zip |
19361: Memory leaks
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
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 |