diff options
| author | 2007-07-15 12:34:30 +0000 | |
|---|---|---|
| committer | 2007-07-15 12:34:30 +0000 | |
| commit | 4b5ae9645faa1d43f6c85fd68ca6ed2b3cf948a8 (patch) | |
| tree | 083faa9286db766fcc1ea40f615694df32ff3435 /src/modules/m_remove.cpp | |
| parent | Explicitly disallow mode prefixes > 126, to prevent excess muppetry by 3rd pa... (diff) | |
Fix for minor memory leak on unloading module, bug #340
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7439 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_remove.cpp')
| -rw-r--r-- | src/modules/m_remove.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp index 9df5d200b..d28087ba8 100644 --- a/src/modules/m_remove.cpp +++ b/src/modules/m_remove.cpp @@ -276,8 +276,6 @@ class ModuleRemove : public Module virtual ~ModuleRemove() { - delete mycommand; - delete mycommand2; } virtual Version GetVersion() |
