mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-06 21:09:22 +00:00
Boot screen & change shutting down/rebooting procedure
This commit is contained in:
@ -636,6 +636,7 @@ namespace GraphicalUserInterface
|
||||
|
||||
GUI::~GUI()
|
||||
{
|
||||
debug("Destructor called");
|
||||
delete this->mem, this->mem = nullptr;
|
||||
delete this->BackBuffer, this->BackBuffer = nullptr;
|
||||
delete this->DesktopBuffer, this->DesktopBuffer = nullptr;
|
||||
|
Reference in New Issue
Block a user