diff options
Diffstat (limited to 'src/modules/m_showwhois.cpp')
-rw-r--r-- | src/modules/m_showwhois.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_showwhois.cpp b/src/modules/m_showwhois.cpp index 322fc4a62..6729c3323 100644 --- a/src/modules/m_showwhois.cpp +++ b/src/modules/m_showwhois.cpp @@ -69,7 +69,7 @@ class ModuleShowwhois : public Module ~ModuleShowwhois() { ServerInstance->Modes->DelMode(sw); - DELETE(sw); + delete sw; } void Implements(char* List) |