diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-06-09 19:18:13 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-06-09 19:18:13 (GMT) |
commit | 702e3b82e3830fd262e68390bc69c7d78e7104ba (patch) | |
tree | 11d1099d9182e3d5219252fcaede194285caaf3c /ChangeLog | |
parent | f8edec64c28173efc8cc90ff9bf8eb1a9631937c (diff) | |
download | tk-702e3b82e3830fd262e68390bc69c7d78e7104ba.zip tk-702e3b82e3830fd262e68390bc69c7d78e7104ba.tar.gz tk-702e3b82e3830fd262e68390bc69c7d78e7104ba.tar.bz2 |
ckfree() the correct element! [Bug 969358]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-06-09 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tkUndo.c (TkUndoSetDepth): Delete the unlinked element and + not the next element. Stops a crash in some situations and a memory + leak in others. Thanks to Jiang Wu for spotting this. [Bug 969358] + 2004-06-08 Mo DeJong <mdejong@users.sourceforge.net> * generic/tkCanvText.c (DisplayCanvText): Fix text |