From 797f5c18a178ccf6347e2f64c565216353e9e255 Mon Sep 17 00:00:00 2001 From: Joe Mistachkin Date: Sun, 17 May 2015 19:46:04 +0000 Subject: Fix typo in the previous check-in. --- generic/tclThread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- cgit v0.12