diff options
| author | redman <redman> | 1999-04-09 23:32:30 (GMT) |
|---|---|---|
| committer | redman <redman> | 1999-04-09 23:32:30 (GMT) |
| commit | f01a23a0d649c1e5f8961b7305adc4d74c614312 (patch) | |
| tree | 05e8f03ee789c6f1a3a045a7f7bb027d67b8e33d /ChangeLog | |
| parent | d9501cc258ad75c8e15f3b507a1522467188e685 (diff) | |
| download | tk-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
