mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Core/Player): Fix memory leak. (#18671)
This commit is contained in:
committed by
GitHub
parent
1f640c9872
commit
f7f1952f4b
@@ -444,6 +444,7 @@ Player::~Player()
|
||||
delete m_runes;
|
||||
delete m_achievementMgr;
|
||||
delete m_reputationMgr;
|
||||
delete _cinematicMgr;
|
||||
|
||||
sWorld->DecreasePlayerCount();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user