diff options
author | Adam <Adam@anope.org> | 2010-08-22 00:34:02 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-08-22 00:34:02 -0400 |
commit | ada65a3bafd3ae6738a80972cf0d2f31ad19a7ae (patch) | |
tree | afde8d7594adc78beec8feb8090f4a990bd6a56b /src/modulemanager.cpp | |
parent | 8a4c6ae618f767d2a9335da40f507ddccfc77b4b (diff) |
Added a classbase for the major classes, makes dynamic_reference invalidation really work.
This also cleans up a bit of the code in the modestacker.
Diffstat (limited to 'src/modulemanager.cpp')
-rw-r--r-- | src/modulemanager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp index f539f273d..49b90ca41 100644 --- a/src/modulemanager.cpp +++ b/src/modulemanager.cpp @@ -249,7 +249,6 @@ void ModuleManager::DeleteModule(Module *m) if (!m || !m->handle) return; - DetachAll(m); ano_module_t handle = m->handle; Anope::string filename = m->filename; |