summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2009-06-18 09:41:24 (GMT)
committerdkf <dkf@noemail.net>2009-06-18 09:41:24 (GMT)
commit4045562e2ab06ea16a7c2fc31b4a0d7565da0cbb (patch)
tree7145a35ee01103f7cbd6ba44dd6c5a4f718539ae /generic/tclEvent.c
parenta68a0bd4205866b74c19fbc79def68a2149e486d (diff)
downloadtcl-4045562e2ab06ea16a7c2fc31b4a0d7565da0cbb.zip
tcl-4045562e2ab06ea16a7c2fc31b4a0d7565da0cbb.tar.gz
tcl-4045562e2ab06ea16a7c2fc31b4a0d7565da0cbb.tar.bz2
Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development.
FossilOrigin-Name: ab1f2ddc32f12e5fe6896b8aaa65b2ac94413285
Diffstat (limited to 'generic/tclEvent.c')
-rw-r--r--generic/tclEvent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c
index 1495899..6c55ef0 100644
--- a/generic/tclEvent.c
+++ b/generic/tclEvent.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclEvent.c,v 1.89 2009/06/17 19:24:05 ferrieux Exp $
+ * RCS: @(#) $Id: tclEvent.c,v 1.90 2009/06/18 09:41:26 dkf Exp $
*/
#include "tclInt.h"
@@ -1273,6 +1273,7 @@ Tcl_FinalizeThread(void)
TclFinalizeIOSubsystem();
TclFinalizeNotifier();
TclFinalizeAsync();
+ TclFinalizeThreadObjects();
}
/*