Changeset 460
- Timestamp:
- 04/01/06 17:40:31 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/nepenthes-core/src/ModuleManager.cpp
r332 r460 103 103 } 104 104 105 map< const char *, ConfigItem *, confltstr >::iterator itLevServer;106 map< const char *, ConfigItem *, confltstr > pmLevel;107 105 StringList sList; 108 106 sList = *m_Nepenthes->getConfig()->getValStringList("nepenthes.modules"); … … 175 173 { 176 174 void *handle = m_Modules.front()->getDlHandle(); 175 m_Modules.front()->Exit(); 177 176 if(m_Modules.front()->getConfig() != NULL) 178 177 delete m_Modules.front()->getConfig();
