]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_override.cpp
Fix all typos (not as fun as 'kill all humans' but meh, beggers cant be choosers)
[user/henk/code/inspircd.git] / src / modules / m_override.cpp
index 16c3a529579cb978afe2c76ea090dc3b73c74aca..64ce9cff6285b32a953ab502fd327cd0a7cc3e1d 100644 (file)
@@ -58,7 +58,7 @@ class ModuleOverride : public Module
                        overrides[typen] = tokenlist;
                }
                
-               delete Conf;
+               DELETE(Conf);
        }
 
        void Implements(char* List)