summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-04-30 19:46:01 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-04-30 19:46:01 (GMT)
commitef64476803632cdf7cd5858ec9753c18708136ce (patch)
treebb2f7463341723979025c0da9189eaeda53bf5ee /ChangeLog
parentd06f0e1b96da6ea307740dbf964082381f33f71c (diff)
downloadtcl-ef64476803632cdf7cd5858ec9753c18708136ce.zip
tcl-ef64476803632cdf7cd5858ec9753c18708136ce.tar.gz
tcl-ef64476803632cdf7cd5858ec9753c18708136ce.tar.bz2
* generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Corrected
reference count mismanagement on the name of the source file in the TIP 280 code. [Bug 1705778, leak K02 among other manifestations]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a12fe5a..042bac3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-04-30 Kevin B, Kenny <kennykb@acm.org>
+
+ * generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Corrected
+ reference count mismanagement on the name of the source file in
+ the TIP 280 code. [Bug 1705778, leak K02 among other manifestations]
+
2007-04-25 Donal K. Fellows <dkf@users.sf.net>
*** 8.5a6 TAGGED FOR RELEASE ***