summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-07-15 14:55:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-07-15 14:55:07 (GMT)
commitf10d6c78e39de65787b2bb9652689feeca1b0b31 (patch)
tree5583d2b0d444df54a77c543be53f9bf644f1a6af /ChangeLog
parent8e85c7b1303dbaf54284cc641b20f6a77d7de502 (diff)
downloadtcl-f10d6c78e39de65787b2bb9652689feeca1b0b31.zip
tcl-f10d6c78e39de65787b2bb9652689feeca1b0b31.tar.gz
tcl-f10d6c78e39de65787b2bb9652689feeca1b0b31.tar.bz2
3357771 Prevent circular references in values with ByteCode intreps.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11c28f6..80ca332 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-15 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCompile.c: [Bug 467523, 3357771] Prevent circular
+ references in values with ByteCode intreps. They can lead to
+ memory leaks.
+
2011-07-14 Donal K. Fellows <dkf@users.sf.net>
* generic/tclOOCall.c (TclOORenderCallChain): [Bug 3365156]: Remove