summaryrefslogtreecommitdiff
path: root/src/resources/monsterinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/monsterinfo.cpp')
-rw-r--r--src/resources/monsterinfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/monsterinfo.cpp b/src/resources/monsterinfo.cpp
index 06a6d3b6..91f5aea8 100644
--- a/src/resources/monsterinfo.cpp
+++ b/src/resources/monsterinfo.cpp
@@ -31,6 +31,7 @@ MonsterInfo::~MonsterInfo()
{
// kill vectors in mSoundEffects
delete_all(mSounds);
+ delete_all(mMonsterAttacks);
mSounds.clear();
}