Obviously tired.

fixes #7138
fixes #7139
This commit is contained in:
Michael Friedrich 2019-04-24 12:10:57 +02:00
parent 268c8b395f
commit 56894bea17
1 changed files with 3 additions and 0 deletions

View File

@ -28,7 +28,10 @@ static Timer::Ptr l_ObjectCountTimer;
Object::Object()
{
m_References.store(0);
#ifdef I2_DEBUG
m_LockOwner.store(decltype(m_LockOwner.load())());
#endif /* I2_DEBUG */
}
/**