summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-09-20 17:45:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-09-20 17:45:09 (GMT)
commit001194b2f601a85d1bf25104766cca3a02ea9df8 (patch)
tree800d9178b88831a435b15a59d0e96a8e3dfe80d8 /ChangeLog
parent4e2761163f1ad08f5ef986c9848cacd0be15088c (diff)
downloadtcl-001194b2f601a85d1bf25104766cca3a02ea9df8.zip
tcl-001194b2f601a85d1bf25104766cca3a02ea9df8.tar.gz
tcl-001194b2f601a85d1bf25104766cca3a02ea9df8.tar.bz2
ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77bb046..360e527 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-09-20 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclIORChan.c: Re-using the "interp" field to signal a dead
+ channel (via NULL value) interfered with conditional cleanup tasks
+ testing for "the right interp". Added a new field "dead" to perform
+ the dead channel signalling task so the corrupted logic is avoided.
+
* generic/tclIORTrans.c: Revised ReflectClose() and
FreeReflectedTransform() so that we stop leaking ReflectedTransforms,
yet free all Tcl_Obj values in the same thread that alloced them.