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