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:
@ -34,6 +34,8 @@ namespace NetworkInterfaceManager
|
||||
|
||||
NetworkInterface::~NetworkInterface()
|
||||
{
|
||||
debug("Destructor called");
|
||||
|
||||
// Stop the network stack
|
||||
this->StopNetworkStack();
|
||||
|
||||
|
Reference in New Issue
Block a user