summaryrefslogtreecommitdiffstats
path: root/generic/tclThread.c
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2002-12-10 00:34:14 (GMT)
committerhobbs <hobbs@noemail.net>2002-12-10 00:34:14 (GMT)
commit0923f651c23236ce843363b20beed8f1549a9aec (patch)
tree264f69b9e86e9b900a58d20d8b25027d4b8227e5 /generic/tclThread.c
parent0b5775a578443564979c8085a48f20409ba9f9cf (diff)
downloadtcl-0923f651c23236ce843363b20beed8f1549a9aec.zip
tcl-0923f651c23236ce843363b20beed8f1549a9aec.tar.gz
tcl-0923f651c23236ce843363b20beed8f1549a9aec.tar.bz2
* win/tclWinThrd.c (TclpMasterUnlock):
* generic/tclThread.c (TclFinalizeThreadData): TclpMasterUnlock must exist and be called unconditional of TCL_THREADS. [Bug #651139] FossilOrigin-Name: f6b3168d0c13ad8f9833a6da5b241686a58b944a
Diffstat (limited to 'generic/tclThread.c')
-rw-r--r--generic/tclThread.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclThread.c b/generic/tclThread.c
index 0f6e2e8..5ddbb91 100644
--- a/generic/tclThread.c
+++ b/generic/tclThread.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclThread.c,v 1.5 2000/04/05 00:42:20 welch Exp $
+ * RCS: @(#) $Id: tclThread.c,v 1.6 2002/12/10 00:34:15 hobbs Exp $
*/
#include "tclInt.h"
@@ -417,9 +417,7 @@ TclFinalizeThreadData()
}
#endif
}
-#ifdef TCL_THREADS
TclpMasterUnlock();
-#endif
}
/*