diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-07 15:08:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-07 15:08:46 (GMT) |
commit | f02342c0abbf0a641833353f729836274db3b80a (patch) | |
tree | 71a2fc12e21428f67108259ced4ec165a370fd99 /ChangeLog | |
parent | 0a1a1db5620ec53dd755544a21572bf4391b43ac (diff) | |
download | tcl-f02342c0abbf0a641833353f729836274db3b80a.zip tcl-f02342c0abbf0a641833353f729836274db3b80a.tar.gz tcl-f02342c0abbf0a641833353f729836274db3b80a.tar.bz2 |
Plug memory leak. [Bug 2910044]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-12-07 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclCmdMZ.c (TryPostBody): [Bug 2910044]: Close off memory + leak in [try] when a variable-free handler clause is present. + 2009-12-05 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c: Small changes for clarity in tailcall |