diff options
author | mig <mig> | 2011-03-01 20:02:28 (GMT) |
---|---|---|
committer | mig <mig> | 2011-03-01 20:02:28 (GMT) |
commit | 6f017f71965cb7b4b9be15054f25c0936c3356a9 (patch) | |
tree | 73265d60c7bc94b334dc6b9ef2555170806cd3b1 /ChangeLog | |
parent | ad4787470445d29656797ce0f19af1ad478eb4e2 (diff) | |
download | tcl-6f017f71965cb7b4b9be15054f25c0936c3356a9.zip tcl-6f017f71965cb7b4b9be15054f25c0936c3356a9.tar.gz tcl-6f017f71965cb7b4b9be15054f25c0936c3356a9.tar.bz2 |
fix leaks in throw and unset compilers
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2011-03-01 Miguel Sofer <msofer@users.sf.net> + * generic/tclCompCmdsSZ.c (TclCompileThrowCmd) + (TclCompileUnsetCmd): fix leaks + * generic/tclBasic.c: This is [Patch 3168398], * generic/tclCompCmdsSZ.c: Joe Mistachkin's optimisation * generic/tclExecute.c: of Tip #285 |