Kernel: Fix bug in HandleTable::Close

pull/8/head
Yuri Kunde Schlesner 10 years ago
parent 5354a479bc
commit e8330dd162

@ -101,7 +101,7 @@ ResultCode HandleTable::Close(Handle handle) {
objects[slot] = nullptr;
generations[generation] = next_free_slot;
generations[slot] = next_free_slot;
next_free_slot = slot;
return RESULT_SUCCESS;
}

Loading…
Cancel
Save