Little fix 2
This commit is contained in:
@@ -49,6 +49,11 @@ public:
|
|||||||
owner = GetFreeValue();
|
owner = GetFreeValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SMutexBase()
|
||||||
|
{
|
||||||
|
initialize();
|
||||||
|
}
|
||||||
|
|
||||||
void finalize()
|
void finalize()
|
||||||
{
|
{
|
||||||
owner = GetDeadValue();
|
owner = GetDeadValue();
|
||||||
|
|||||||
Reference in New Issue
Block a user