The kernel object table now keeps track of handle reference counts.

This commit is contained in:
Dr. Chat
2015-07-22 19:34:33 -05:00
parent a42ab648ed
commit 8e41d5a707
6 changed files with 75 additions and 23 deletions

View File

@@ -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_;