This commit is contained in:
aozhiwei 2021-08-06 16:42:07 +08:00
parent 2bd1ebebdb
commit 1947da744a

View File

@ -211,6 +211,7 @@ Creature::Creature():MoveableEntity()
Creature::~Creature() Creature::~Creature()
{ {
ClearBuffList();
for (auto& pair : skill_hash_) { for (auto& pair : skill_hash_) {
delete pair.second; delete pair.second;
} }