cvs diff threadCmd.c (in directory D:\thread_WS\thread\generic\) Index: threadCmd.c =================================================================== RCS file: /cvsroot/tcl/thread/generic/threadCmd.c,v retrieving revision 1.20 diff -c -r1.20 threadCmd.c *** threadCmd.c 2000/11/03 00:04:25 1.20 --- threadCmd.c 2001/04/25 00:13:30 *************** *** 965,970 **** --- 965,971 ---- ListRemove(tsdPtr); Tcl_DeleteInterp(tsdPtr->interp); + Tcl_FinalizeThread(); Tcl_ExitThread(result); TCL_THREAD_CREATE_RETURN;