diff options
| author | 2007-01-06 15:14:04 +0000 | |
|---|---|---|
| committer | 2007-01-06 15:14:04 +0000 | |
| commit | 63b08e012f6ac0fba7b498840ef6fe3c141aed4d (patch) | |
| tree | 4dd069e9887f9cf954a4ab03726574b08315724e /src/modules/m_chghost.cpp | |
| parent | Run ./configure -modupdate to fix "make install" error. INSTMODE doesnt seem ... (diff) | |
Repeat after me class, deleting values that arent newed isnt good for your health
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6227 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_chghost.cpp')
| -rw-r--r-- | src/modules/m_chghost.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_chghost.cpp b/src/modules/m_chghost.cpp index 3d4d29f74..d4047ad48 100644 --- a/src/modules/m_chghost.cpp +++ b/src/modules/m_chghost.cpp @@ -100,7 +100,6 @@ class ModuleChgHost : public Module ~ModuleChgHost() { - delete[] hostmap; } Version GetVersion() |
