diff options
author | andreas_kupries <akupries@shaw.ca> | 2007-02-26 23:27:48 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2007-02-26 23:27:48 (GMT) |
commit | 8b97cae9489a09e264bd03416686ed7fbaa363c2 (patch) | |
tree | a6a3d330417ce2cb6db9fffbc0c488de4290e871 /ChangeLog | |
parent | 1f1d5fbf52282c44556d4e7c81ce8814c7fe6035 (diff) | |
download | tcl-8b97cae9489a09e264bd03416686ed7fbaa363c2.zip tcl-8b97cae9489a09e264bd03416686ed7fbaa363c2.tar.gz tcl-8b97cae9489a09e264bd03416686ed7fbaa363c2.tar.bz2 |
* generic/tclIORChan.c (FreeReflectedChannel): Added the missing
refcount release between NewRC and FreeRC for the channel handle
object, spotted by Don Porter. This fixes the bug 1667990.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-02-26 Andreas Kupries <andreask@activestate.com> + + * generic/tclIORChan.c (FreeReflectedChannel): Added the missing + refcount release between NewRC and FreeRC for the channel handle + object, spotted by Don Porter. This fixes the bug 1667990. + 2007-02-26 Don Porter <dgp@users.sourceforge.net> * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Removed surplus copying |