mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 14:59:19 +00:00
Debug what destructors are called
This commit is contained in:
@ -202,6 +202,8 @@ namespace Driver
|
||||
|
||||
Driver::~Driver()
|
||||
{
|
||||
debug("Destructor called");
|
||||
this->UnloadAllDrivers();
|
||||
}
|
||||
|
||||
#if defined(__amd64__)
|
||||
|
Reference in New Issue
Block a user