new SyncObject; refs #8

This commit is contained in:
Marc Wäckerlin
2011-01-11 14:13:20 +00:00
parent 19dd88c325
commit 44468b3924

View File

@@ -113,7 +113,7 @@ namespace act
m_sync_object.lock(); m_sync_object.lock();
} }
~GuardT() virtual ~GuardT()
{ {
m_sync_object.unlock(); m_sync_object.unlock();
} }