The kernel object table now keeps track of handle reference counts.
This commit is contained in:
@@ -180,7 +180,6 @@ class XObject {
|
||||
KernelState* kernel_state_;
|
||||
|
||||
private:
|
||||
std::atomic<int32_t> handle_ref_count_;
|
||||
std::atomic<int32_t> pointer_ref_count_;
|
||||
|
||||
Type type_;
|
||||
|
||||
Reference in New Issue
Block a user