diff options
author | dgp <dgp@users.sourceforge.net> | 2011-09-20 17:45:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-09-20 17:45:09 (GMT) |
commit | 001194b2f601a85d1bf25104766cca3a02ea9df8 (patch) | |
tree | 800d9178b88831a435b15a59d0e96a8e3dfe80d8 | |
parent | 4e2761163f1ad08f5ef986c9848cacd0be15088c (diff) | |
download | tcl-001194b2f601a85d1bf25104766cca3a02ea9df8.zip tcl-001194b2f601a85d1bf25104766cca3a02ea9df8.tar.gz tcl-001194b2f601a85d1bf25104766cca3a02ea9df8.tar.bz2 |
ChangeLog entry
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |