mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-20 20:24:33 +02:00
parent
268c8b395f
commit
56894bea17
@ -28,7 +28,10 @@ static Timer::Ptr l_ObjectCountTimer;
|
|||||||
Object::Object()
|
Object::Object()
|
||||||
{
|
{
|
||||||
m_References.store(0);
|
m_References.store(0);
|
||||||
|
|
||||||
|
#ifdef I2_DEBUG
|
||||||
m_LockOwner.store(decltype(m_LockOwner.load())());
|
m_LockOwner.store(decltype(m_LockOwner.load())());
|
||||||
|
#endif /* I2_DEBUG */
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user