diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 15:36:50 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 15:36:50 +0000 |
commit | eba00c570137f690ea75b2e05974c241b2f2bdcb (patch) | |
tree | acbff1eaaeec8dae5d449e329ca0d6fea4eaa574 /ChangeLog | |
parent | 40e1b46019afe72bb05614162b3b907db999cc57 (diff) | |
download | mana-eba00c570137f690ea75b2e05974c241b2f2bdcb.tar.gz mana-eba00c570137f690ea75b2e05974c241b2f2bdcb.tar.bz2 mana-eba00c570137f690ea75b2e05974c241b2f2bdcb.tar.xz mana-eba00c570137f690ea75b2e05974c241b2f2bdcb.zip |
Plugged memory leak in sprites.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ * src/gui/inventorywindow.cpp, src/gui/inventorywindow.h: Removed redundant destructor. * src/resources/monsterdb.cpp: Plugged memory leak in database reader. + * src/resources/spritedef.cpp: Plugged memory leak in sprites. 2007-10-20 Guillaume Melquiond <guillaume.melquiond@gmail.com> |