Proposed fix for [06f19cc401] - Windows sockets segfault

This commit is contained in:
apnadkarni
2026-05-28 05:48:36 +00:00
parent 59bb4e0ef8
commit 80966bdc8b

View File

@@ -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.