mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
268c8b395f
commit
56894bea17
@ -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 */
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user