diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-04-22 19:40:58 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-04-22 19:40:58 +0000 |
commit | 531cba9251d2b7963f34047d5587678e3da076da (patch) | |
tree | 5330581b8b6392f51799c3fcfccafbac17163dd1 /src/module.cpp | |
parent | 752e87a9f0aa58a982949a95d7512801cc26fc00 (diff) |
Actually use readtimeout from the config & fixed many valgrind errors
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2905 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/module.cpp')
-rw-r--r-- | src/module.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/module.cpp b/src/module.cpp index 6aebd8644..70592112e 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -137,6 +137,7 @@ Module::~Module() } delete [] mhash->name; delete mhash; + break; } lastHash = mhash; } |