summaryrefslogtreecommitdiffstats
path: root/generic/tclThread.c
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-12-10 00:34:14 (GMT)
committerhobbs <hobbs>2002-12-10 00:34:14 (GMT)
commitfcf00355899fbd11eda1a10c6e9229c13538ed1b (patch)
tree264f69b9e86e9b900a58d20d8b25027d4b8227e5 /generic/tclThread.c
parent50a5fa7dc29d9567af6b5a45b40f1af60b3522dc (diff)
downloadtcl-fcf00355899fbd11eda1a10c6e9229c13538ed1b.zip
tcl-fcf00355899fbd11eda1a10c6e9229c13538ed1b.tar.gz
tcl-fcf00355899fbd11eda1a10c6e9229c13538ed1b.tar.bz2
* win/tclWinThrd.c (TclpMasterUnlock):
* generic/tclThread.c (TclFinalizeThreadData): TclpMasterUnlock must exist and be called unconditional of TCL_THREADS. [Bug #651139]
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
}
/*