Debug what destructors are called

This commit is contained in:
Alex
2023-02-14 03:53:09 +02:00
parent 47a10df568
commit 5257ff662f
11 changed files with 22 additions and 14 deletions

View File

@ -202,6 +202,8 @@ namespace Driver
Driver::~Driver()
{
debug("Destructor called");
this->UnloadAllDrivers();
}
#if defined(__amd64__)