mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
zapit/src/zapit.cpp: delete eventServer, g_bouquetManager, CServiceManager, CServiceScan
Origin commit data
------------------
Commit: 63d869922c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)
This commit is contained in:
@@ -2155,6 +2155,13 @@ void CZapit::run()
|
||||
ca->Stop();
|
||||
delete ca;
|
||||
}
|
||||
#ifdef EXIT_CLEANUP
|
||||
INFO("cleanup...");
|
||||
delete eventServer;
|
||||
delete g_bouquetManager;
|
||||
delete CServiceManager::getInstance();
|
||||
delete CServiceScan::getInstance();
|
||||
#endif
|
||||
INFO("shutdown complete");
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user