mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 04:19:16 +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