diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-02-18 14:03:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-02-18 14:03:46 (GMT) |
commit | 44b61812110005586046fa2528127d71e3f8356a (patch) | |
tree | 4e75c6657880609b0fc3106856cdffdc69c62915 /ChangeLog | |
parent | 3140b466ac0f4bbd52a522217ec17093da9cf37c (diff) | |
download | tk-44b61812110005586046fa2528127d71e3f8356a.zip tk-44b61812110005586046fa2528127d71e3f8356a.tar.gz tk-44b61812110005586046fa2528127d71e3f8356a.tar.bz2 |
* generic/tkImgGIF.c (FileReadGIF): Ensure that the trashBuffer is
always deallocated on function exit to stop a potential memory leak.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-02-18 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tkImgGIF.c (FileReadGIF): Ensure that the trashBuffer is + always deallocated on function exit to stop a potential memory leak. + 2003-02-17 Mo DeJong <mdejong@users.sourceforge.net> * generic/tkEvent.c (Tk_HandleEvent): Fixup button |