mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 02:19:15 +00:00
fix(kernel): crash on ACPI shutdown/reboot
The deletion of DriverManager invalidates "DriverManager->GlobalKeyboardInputReports" which results in a crash if other processes are waiting for keyboard input. Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -187,6 +187,8 @@ namespace Driver
|
||||
void FreeMemory(dev_t DriverID, void *Pointer, size_t Pages);
|
||||
|
||||
Manager();
|
||||
|
||||
private:
|
||||
~Manager();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user