summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2005-01-19 22:09:58 (GMT)
committermdejong <mdejong>2005-01-19 22:09:58 (GMT)
commit043eb53cd2f81a91e1e068851d741934ee898658 (patch)
tree1c665c7ebe145a9fb560b068b384c4a17addd392 /ChangeLog
parent2c8e4f5d2d76cd74310a79a3cdb91ca6920ccbb9 (diff)
downloadtcl-043eb53cd2f81a91e1e068851d741934ee898658.zip
tcl-043eb53cd2f81a91e1e068851d741934ee898658.tar.gz
tcl-043eb53cd2f81a91e1e068851d741934ee898658.tar.bz2
* win/tclWinChan.c (FileCloseProc): Invoke
TclpCutFileChannel() to remove a FileInfo from the thread local list before deallocating it. This should have been done via an earlier call to Tcl_CutChannel, but I was running into a crash in the next call to Tcl_CutChannel during the IO finalization stage.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b99de5c..8b9d9a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-01-19 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * win/tclWinChan.c (FileCloseProc): Invoke
+ TclpCutFileChannel() to remove a FileInfo from
+ the thread local list before deallocating it.
+ This should have been done via an earlier
+ call to Tcl_CutChannel, but I was running into
+ a crash in the next call to Tcl_CutChannel
+ during the IO finalization stage.
+
2005-01-17 Vince Darley <vincentdarley@users.sourceforge.net>
* tests/winFCmd.test: made test independent of current drive.