Little fix 2

This commit is contained in:
Nekotekina 2014-07-18 21:30:22 +04:00
parent f69337be65
commit 5f55afda0f
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,11 @@ public:
owner = GetFreeValue();
}
SMutexBase()
{
initialize();
}
void finalize()
{
owner = GetDeadValue();