summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-04-09 23:32:30 (GMT)
committerredman <redman>1999-04-09 23:32:30 (GMT)
commitf01a23a0d649c1e5f8961b7305adc4d74c614312 (patch)
tree05e8f03ee789c6f1a3a045a7f7bb027d67b8e33d /ChangeLog
parentd9501cc258ad75c8e15f3b507a1522467188e685 (diff)
downloadtk-core_8_1_branch_old.zip
tk-core_8_1_branch_old.tar.gz
tk-core_8_1_branch_old.tar.bz2
Fix deadlock situtation in generic/tkWindow.c when Initialize() doesn't core_8_1_branch_old
let go of the window mutex before returning (error situation).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f47c26..1ad29eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-04-09 <redman@scriptics.com>
+
+ * generic/tkWindow.c: Fixed deadlock situation when the Initialize()
+ function returns without releasing the mutex. Found while testing
+ Bug 1700, during safe.test (tk).
+
1999-04-06 <stanton@scriptics.com>
* generic/tkMain.c (Tk_MainEx): Changed to reset result before