diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 17:03:50 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 17:03:50 +0000 |
commit | 82d0b002e203ea1e8deb2f39ee6145155afde96f (patch) | |
tree | fd1b5c6fe6514a2fe2e0165650f67635a36d1e65 /ChangeLog | |
parent | e27f3c797322be87a9519a5229fab51f5856233c (diff) | |
download | mana-82d0b002e203ea1e8deb2f39ee6145155afde96f.tar.gz mana-82d0b002e203ea1e8deb2f39ee6145155afde96f.tar.bz2 mana-82d0b002e203ea1e8deb2f39ee6145155afde96f.tar.xz mana-82d0b002e203ea1e8deb2f39ee6145155afde96f.zip |
Fixed double-free of sprite actions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ * src/gui/quitdialog.cpp: Plugged memory leak in quit dialog. * src/resources/iteminfo.cpp, src/resources/iteminfo.h: Plugged memory leak in equipment sound. + * src/resources/action.cpp: Fixed double-free of sprite actions. 2007-10-20 Guillaume Melquiond <guillaume.melquiond@gmail.com> |