Little fix 2

This commit is contained in:
Nekotekina
2014-07-18 21:30:22 +04:00
parent f69337be65
commit 5f55afda0f
+5
View File
@@ -49,6 +49,11 @@ public:
owner = GetFreeValue();
}
SMutexBase()
{
initialize();
}
void finalize()
{
owner = GetDeadValue();