From 9153f51d0ae34fabb9e70890599d65ecc0d6ef88 Mon Sep 17 00:00:00 2001 From: vasiljevic Date: Thu, 25 Oct 2007 18:44:19 +0000 Subject: Protect Tcl_MutexFinalize and Tcl_ConditionFinalize from garbling internal list for tracking sync objects. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8032799..cf8568e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-10-25 Zoran Vasiljevic + + * generic/tclThread.c: Added TclpMasterLock/Unlock arround calls to + ForgetSyncObject in Tcl_MutexFinalize and Tcl_ConditionFinalize + to prevent from garbling the internal lists that track sync objects. + (Tcl Bug #1726873) + 2007-10-24 Donal K. Fellows * tools/man2html2.tcl (macro): Added support for converting the new -- cgit v0.12