From 7dd3032cdff120e7a4ad166748e31b3148d875b9 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