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 | Forgotten in last Doc/Zsh change. (diff) | |
| download | zsh-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
