summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 15:36:50 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 15:36:50 +0000
commiteba00c570137f690ea75b2e05974c241b2f2bdcb (patch)
treeacbff1eaaeec8dae5d449e329ca0d6fea4eaa574 /ChangeLog
parent40e1b46019afe72bb05614162b3b907db999cc57 (diff)
downloadmana-client-eba00c570137f690ea75b2e05974c241b2f2bdcb.tar.gz
mana-client-eba00c570137f690ea75b2e05974c241b2f2bdcb.tar.bz2
mana-client-eba00c570137f690ea75b2e05974c241b2f2bdcb.tar.xz
mana-client-eba00c570137f690ea75b2e05974c241b2f2bdcb.zip
Plugged memory leak in sprites.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cac92732..f1a55a99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>