zapit/src/zapit.cpp: delete eventServer, g_bouquetManager, CServiceManager, CServiceScan

Origin commit data
------------------
Branch: ni/coolstream
Commit: 94b58852bf
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-05-03 17:28:55 +04:00
parent 3cd6b29248
commit 135e8b0485

View File

@@ -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;
}