mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
zapit/src/femanager.cpp: fix cleanup on delete
This commit is contained in:
@@ -113,6 +113,7 @@ CFEManager::~CFEManager()
|
|||||||
{
|
{
|
||||||
for(fe_map_iterator_t it = femap.begin(); it != femap.end(); it++)
|
for(fe_map_iterator_t it = femap.begin(); it != femap.end(); it++)
|
||||||
delete it->second;
|
delete it->second;
|
||||||
|
dmap.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
CFEManager * CFEManager::getInstance()
|
CFEManager * CFEManager::getInstance()
|
||||||
|
Reference in New Issue
Block a user