From c031c59ec3e4290d29f9c819b2640e90a176ad13 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 21 Mar 2016 09:16:28 +0000 Subject: .... oops .... --- unix/tclUnixNotfy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c index 3946c7d..1457890 100644 --- a/unix/tclUnixNotfy.c +++ b/unix/tclUnixNotfy.c @@ -437,7 +437,7 @@ Tcl_FinalizeNotifier( while(triggerPipe != -1) { pthread_cond_wait(¬ifierCV, ¬ifierMutex); } - pthread_mutex_lock(¬ifierMutex); + pthread_mutex_unlock(¬ifierMutex); if (notifierThreadRunning) { int result = pthread_join((pthread_t) notifierThread, NULL); -- cgit v0.12