diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-07 09:35:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-07 09:35:58 (GMT) |
commit | bac92cbfb391c2766bfaed11eb16bd73abbed30a (patch) | |
tree | 28e76c61cbbb84e75a216aa101a50252613c0367 /ChangeLog | |
parent | 1efd22b091f8908cded939bc3ba75ab14019299b (diff) | |
download | tk-bac92cbfb391c2766bfaed11eb16bd73abbed30a.zip tk-bac92cbfb391c2766bfaed11eb16bd73abbed30a.tar.gz tk-bac92cbfb391c2766bfaed11eb16bd73abbed30a.tar.bz2 |
Fixed [Bug 749353] by making the removal of masters from the global image table
aggressive when the interp is being deleted, and making the deletion code always
check to see whether it should actually be deleting an entry or not.
No tests as it comes under the heading of crash-on-bug, and the bug is not easy
to excite (it requires a full script and interpreter deletion with lots of
events about.)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-07-07 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tkImage.c (TkDeleteAllImages,etc.): Stopped the deleting + of hash entries from a table that has just been deleted by this + function when some images are Tcl_Preserve()d... [Bug 749353] + 2003-07-03 Jim Ingham <jingham@apple.com> * macosx/tkMacOSXColor.c (GetControlPartColor): Use |