Artifact cdf8427fd8f140e834654cc066a7aee6fb89e1c5:
- File generic/tclEvent.c — part of check-in [45694540ca] at 2001-08-30 07:50:18 on branch trunk — * generic/tclAsync.c: * generic/tclEvent.c: * generic/tclInt.h: Improper cleanup of asyncMutex in tclAsync.c repaired. TclFinalizeSynchronization() was trying to remove a registered mutex that was dumped earlier when the TSD it was stored in was cleared. This was only surfacing on *nix. Windows was being masked by mutexes not actually being returned to the system! That was repaired in a previous patch. Needed to add a private TclFinalizeAsync() to tclAsync.c and called from Tcl_FinalizeThread(). Pheww.. Is this done yet? [Bug: 414419] requested by Rob Ratcliff <rrr6399@futuretek.com> (user: davygrvy size: 29759)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.