Body:finalize: Run even if body.init wasn't called
We now run body.finalizeReq even if body.init wasn't called. We'll do a finer-grained check on each aspect of Body that needs to be finalized now. This check was too large-grained.
This commit is contained in:
@@ -77,8 +77,7 @@ private:
|
||||
* This flag ensures that JOLTing happens exactly once and provides
|
||||
* a synchronization point for the entire system initialization.
|
||||
*/
|
||||
bool threadsHaveBeenJolted = false,
|
||||
bodyComponentInitialized = false;
|
||||
bool threadsHaveBeenJolted = false;
|
||||
|
||||
private:
|
||||
class MindLifetimeMgmtOp;
|
||||
|
||||
Reference in New Issue
Block a user