summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-06 15:14:04 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-06 15:14:04 +0000
commit63b08e012f6ac0fba7b498840ef6fe3c141aed4d (patch)
tree4dd069e9887f9cf954a4ab03726574b08315724e /src/modules
parent1fd5b85339d99ad127ac36e86921bef070ddd924 (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')
-rw-r--r--src/modules/m_chghost.cpp1
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()