summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-10-27 20:58:35 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-10-27 20:58:35 (GMT)
commitedaf7ec310c2c045ca9fe9e009c6dc177a0d31ab (patch)
tree70e24a189b41887f3724c5c7eac83bb296b39d20 /ChangeLog
parent735e9fb4795704a351f58505a21ad08f077d48ef (diff)
downloadtcl-edaf7ec310c2c045ca9fe9e009c6dc177a0d31ab.zip
tcl-edaf7ec310c2c045ca9fe9e009c6dc177a0d31ab.tar.gz
tcl-edaf7ec310c2c045ca9fe9e009c6dc177a0d31ab.tar.bz2
* win/tclWinThrd.c (TclFinalizeLock): release the critical section
before deleting it. [Bug 731778]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c65936..957824f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@
the dev location. Kudos to Jennifer Hom for adding -load and
-loadfile to the tcltest package. [Bug 926088]
+ * win/tclWinThrd.c (TclFinalizeLock): release the critical section
+ before deleting it. [Bug 731778]
+
2004-10-27 Andreas Kupries <andreask@activestate.com>
* tests/tm.test: Expanded on the testsuite entered by Donal.