summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormig <mig>2011-03-01 20:02:28 (GMT)
committermig <mig>2011-03-01 20:02:28 (GMT)
commit6f017f71965cb7b4b9be15054f25c0936c3356a9 (patch)
tree73265d60c7bc94b334dc6b9ef2555170806cd3b1 /ChangeLog
parentad4787470445d29656797ce0f19af1ad478eb4e2 (diff)
downloadtcl-6f017f71965cb7b4b9be15054f25c0936c3356a9.zip
tcl-6f017f71965cb7b4b9be15054f25c0936c3356a9.tar.gz
tcl-6f017f71965cb7b4b9be15054f25c0936c3356a9.tar.bz2
fix leaks in throw and unset compilers
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a3a224..3976ccd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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