mirror of
https://github.com/decompals/wibo.git
synced 2025-12-13 15:16:27 +00:00
Some Atom function impls
This commit is contained in:
@@ -68,7 +68,7 @@ HANDLE Handles::alloc(Pin<> obj, uint32_t grantedAccess, uint32_t flags) {
|
||||
}
|
||||
|
||||
Pin<> Handles::get(HANDLE h, HandleMeta *metaOut) {
|
||||
if (isPseudo(h)) {
|
||||
if (h == nullptr || isPseudo(h)) {
|
||||
return {}; // pseudo-handles have no entries
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user