summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-11-10 16:46:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-11-10 16:46:16 (GMT)
commit1a3b2bdbd2addbd509c6267b501b9292c02d6176 (patch)
treebaf529a327bd975c75189deb91e02a757d5b777d /ChangeLog
parent47e8e8f2c5d418402799e69681df4af25c2aa0a1 (diff)
downloadtcl-1a3b2bdbd2addbd509c6267b501b9292c02d6176.zip
tcl-1a3b2bdbd2addbd509c6267b501b9292c02d6176.tar.gz
tcl-1a3b2bdbd2addbd509c6267b501b9292c02d6176.tar.bz2
* generic/tclObj.c: Plus memory leak in TclContinuationsEnter().
[Bug 2895323]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 019b230..3c22fda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-10 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclObj.c: Plus memory leak in TclContinuationsEnter().
+ [Bug 2895323]
+
2009-11-09 Stuart Cassoff <stwo@users.sf.net>
* win/README: [bug 2459744]: Removed outdated Msys + Mingw info.