diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2002-08-08 10:48:51 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-08-08 10:48:51 +0000 |
| commit | 8540c28975b7e12af5a489140cc8fe3711ada1c7 (patch) | |
| tree | d378163c76b4d173695f40712ea30ccdfcb963bb /ChangeLog | |
| parent | merge _lynx changes from 4.1 branch (diff) | |
| download | zsh-8540c28975b7e12af5a489140cc8fe3711ada1c7.tar zsh-8540c28975b7e12af5a489140cc8fe3711ada1c7.tar.gz zsh-8540c28975b7e12af5a489140cc8fe3711ada1c7.tar.bz2 zsh-8540c28975b7e12af5a489140cc8fe3711ada1c7.tar.lz zsh-8540c28975b7e12af5a489140cc8fe3711ada1c7.tar.xz zsh-8540c28975b7e12af5a489140cc8fe3711ada1c7.tar.zst 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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
