summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 16:17:25 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 16:17:25 +0000
commite27f3c797322be87a9519a5229fab51f5856233c (patch)
treebe7b7b0ff516e783a1aed1ee7a993a13313067f2 /ChangeLog
parent563e5cb7056f1e8144426a8bc1cc8eb187eb11e7 (diff)
downloadmana-client-e27f3c797322be87a9519a5229fab51f5856233c.tar.gz
mana-client-e27f3c797322be87a9519a5229fab51f5856233c.tar.bz2
mana-client-e27f3c797322be87a9519a5229fab51f5856233c.tar.xz
mana-client-e27f3c797322be87a9519a5229fab51f5856233c.zip
Plugged memory leak in equipment sound.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be91d6be..9bcf2a63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,8 @@
* src/resources/monsterdb.cpp: Plugged memory leak in database reader.
* src/resources/spritedef.cpp: Plugged memory leak in sprites.
* src/gui/quitdialog.cpp: Plugged memory leak in quit dialog.
+ * src/resources/iteminfo.cpp, src/resources/iteminfo.h: Plugged memory
+ leak in equipment sound.
2007-10-20 Guillaume Melquiond <guillaume.melquiond@gmail.com>