Finally adding thread wait so we kill the spin loop.
This commit is contained in:
@@ -33,6 +33,7 @@ ObjectTable::~ObjectTable() {
|
||||
ObjectTableEntry& entry = table_[n];
|
||||
if (entry.object) {
|
||||
entry.object->ReleaseHandle();
|
||||
entry.object->Release();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user