mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-05 12:29:19 +00:00
Debug what destructors are called
This commit is contained in:
@ -34,6 +34,8 @@ namespace NetworkInterfaceManager
|
||||
|
||||
NetworkInterface::~NetworkInterface()
|
||||
{
|
||||
debug("Destructor called");
|
||||
|
||||
// Stop the network stack
|
||||
this->StopNetworkStack();
|
||||
|
||||
|
Reference in New Issue
Block a user