mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-24 15:40:28 -04:00
Core/Entities: nullify m_uint32Values after object deletion for better detection of access to deleted objects.
This commit is contained in:
@@ -118,6 +118,7 @@ Object::~Object()
|
||||
}
|
||||
|
||||
delete [] m_uint32Values;
|
||||
m_uint32Values = 0;
|
||||
}
|
||||
|
||||
void Object::_InitValues()
|
||||
|
||||
Reference in New Issue
Block a user