summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2007-04-30 21:40:23 (GMT)
committerandreas_kupries <akupries@shaw.ca>2007-04-30 21:40:23 (GMT)
commite6bca21403d2e89409a717703089889e4e2398ad (patch)
tree1f54e07610f6accec960e51dcb6539df45e3cc7e /ChangeLog
parentef64476803632cdf7cd5858ec9753c18708136ce (diff)
downloadtcl-e6bca21403d2e89409a717703089889e4e2398ad.zip
tcl-e6bca21403d2e89409a717703089889e4e2398ad.tar.gz
tcl-e6bca21403d2e89409a717703089889e4e2398ad.tar.bz2
* generic/tclIO.c (FixLevelCode): Corrected reference count
mismanagement of newlevel, newcode. Changed to allocate the Tcl_Obj's as late as possible, and only when actually needed. [Bug 1705778, leak K29].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 042bac3..be515d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-30 Andreas Kupries <andreask@gactivestate.com>
+
+ * generic/tclIO.c (FixLevelCode): Corrected reference count
+ mismanagement of newlevel, newcode. Changed to allocate the
+ Tcl_Obj's as late as possible, and only when actually needed. [Bug
+ 1705778, leak K29].
+
2007-04-30 Kevin B, Kenny <kennykb@acm.org>
* generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Corrected