diff options
Diffstat (limited to 'src/net/net.cpp')
-rw-r--r-- | src/net/net.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/net.cpp b/src/net/net.cpp index 7f394bcc4..3bd115bf0 100644 --- a/src/net/net.cpp +++ b/src/net/net.cpp @@ -32,6 +32,8 @@ #include "net/eathena/generalhandler.h" +#include "utils/delete2.h" + #include "debug.h" namespace Net @@ -165,6 +167,7 @@ void unload() if (handler != nullptr) handler->unload(); ignorePackets.clear(); + delete2(generalHandler); } ServerTypeT getNetworkType() |