summaryrefslogtreecommitdiffstats
path: root/generic/tclThread.c
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2015-05-17 19:46:04 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2015-05-17 19:46:04 (GMT)
commit12d28d084dd52fb54bfc0b14970ebafbf0aafe20 (patch)
tree15ba325e53b60fdf2d027d602c53ab8276872d4f /generic/tclThread.c
parentfc49271c0a03ec5ed04419f535526f3d229929c4 (diff)
downloadtcl-12d28d084dd52fb54bfc0b14970ebafbf0aafe20.zip
tcl-12d28d084dd52fb54bfc0b14970ebafbf0aafe20.tar.gz
tcl-12d28d084dd52fb54bfc0b14970ebafbf0aafe20.tar.bz2
Fix typo in the previous check-in.
Diffstat (limited to 'generic/tclThread.c')
-rw-r--r--generic/tclThread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclThread.c b/generic/tclThread.c
index db326ad..b46ddf5 100644
--- a/generic/tclThread.c
+++ b/generic/tclThread.c
@@ -314,7 +314,7 @@ Tcl_MutexUnlockAndFinalize(
Tcl_MutexUnlock(&mutex);
TclpFinalizeMutex(&mutex);
#endif
- ForgetSyncObject(&mutex, &mutexRecord);
+ ForgetSyncObject(mutexPtr, &mutexRecord);
TclpMutexUnlock();
TclpMasterUnlock();
}