mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
zapit/src/zapit.cpp: delete eventServer, g_bouquetManager, CServiceManager, CServiceScan
Origin commit data
------------------
Commit: 94b58852bf
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();
|
ca->Stop();
|
||||||
delete ca;
|
delete ca;
|
||||||
}
|
}
|
||||||
|
#ifdef EXIT_CLEANUP
|
||||||
|
INFO("cleanup...");
|
||||||
|
delete eventServer;
|
||||||
|
delete g_bouquetManager;
|
||||||
|
delete CServiceManager::getInstance();
|
||||||
|
delete CServiceScan::getInstance();
|
||||||
|
#endif
|
||||||
INFO("shutdown complete");
|
INFO("shutdown complete");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user