mirror of
https://github.com/tcltk/tcl.git
synced 2026-05-29 00:27:49 +08:00
Proposed fix for [06f19cc401] - Windows sockets segfault
This commit is contained in:
@@ -679,6 +679,10 @@ TclFinalizeIOSubsystem(void)
|
||||
|
||||
Tcl_Flush((Tcl_Channel) chanPtr);
|
||||
|
||||
#ifdef _WIN32
|
||||
CutChannel((Tcl_Channel) chanPtr);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Call the device driver to actually close the underlying
|
||||
* device for this channel.
|
||||
|
||||
Reference in New Issue
Block a user