Changeset 460

Show
Ignore:
Timestamp:
04/01/06 17:40:31 (3 years ago)
Author:
common
Message:

ModuleManager?
- call Modules::Exit()
- remove unused vars

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/nepenthes-core/src/ModuleManager.cpp

    r332 r460  
    103103    } 
    104104 
    105         map< const char *, ConfigItem *, confltstr >::iterator itLevServer; 
    106         map< const char *, ConfigItem *, confltstr > pmLevel; 
    107105        StringList sList; 
    108106        sList = *m_Nepenthes->getConfig()->getValStringList("nepenthes.modules"); 
     
    175173        { 
    176174                void *handle = m_Modules.front()->getDlHandle(); 
     175                m_Modules.front()->Exit(); 
    177176                if(m_Modules.front()->getConfig() != NULL) 
    178177                delete m_Modules.front()->getConfig();