diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-09 19:18:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-09 19:18:13 (GMT) |
commit | fbfdc190f5cf078f2ec07f759e6eaf162b889b5d (patch) | |
tree | 11d1099d9182e3d5219252fcaede194285caaf3c /ChangeLog | |
parent | 3588e9bb50fc4405a0c6d00631c2317b95f45257 (diff) | |
download | tk-fbfdc190f5cf078f2ec07f759e6eaf162b889b5d.zip tk-fbfdc190f5cf078f2ec07f759e6eaf162b889b5d.tar.gz tk-fbfdc190f5cf078f2ec07f759e6eaf162b889b5d.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 |