diff options
| author | 2007-07-22 17:40:11 +0000 | |
|---|---|---|
| committer | 2007-07-22 17:40:11 +0000 | |
| commit | 2d7c5235370453dec0aea4a0d3aa539d7071a8f5 (patch) | |
| tree | ecf5526e99e7813f383c50378332c2cbe13d090a | |
| parent | m_testcommand deletes its command handler manually, no modules should do this... (diff) | |
Grrr
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7498 e03df62e-2008-0410-955e-edbf42e46eb7
| -rw-r--r-- | src/modules/m_globops.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_globops.cpp b/src/modules/m_globops.cpp index 1a49858e2..18eae1d24 100644 --- a/src/modules/m_globops.cpp +++ b/src/modules/m_globops.cpp @@ -60,7 +60,6 @@ class ModuleGlobops : public Module virtual ~ModuleGlobops() { ServerInstance->SNO->DisableSnomask('g'); - DELETE(mycommand); } virtual Version GetVersion() |
