From 0919b454160e54a2dda768e599a756e68aa883ed Mon Sep 17 00:00:00 2001 From: Joe Mistachkin Date: Tue, 29 Oct 2013 00:30:40 +0000 Subject: Also finalize the condition variables for each notifier thread. --- unix/tclUnixNotfy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c index abe371b..3d82cd7 100644 --- a/unix/tclUnixNotfy.c +++ b/unix/tclUnixNotfy.c @@ -1375,6 +1375,7 @@ AtForkChildProc(void) ckfree((char *) filePtr); filePtr = nextFilePtr; } + Tcl_ConditionFinalize(&(tsdPtr->waitCV)); } waitingListPtr = NULL; -- cgit v0.12