zapit/src/getservices.cpp: clear transponders in dtor

Origin commit data
------------------
Commit: 9382ba11a3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-02 (Wed, 02 May 2012)
This commit is contained in:
[CST] Focus
2012-05-02 17:51:34 +04:00
parent 1e69717f74
commit 3a3942f3d3

View File

@@ -46,6 +46,7 @@ CServiceManager::CServiceManager()
CServiceManager::~CServiceManager()
{
delete scanInputParser;
transponders.clear();
}
CServiceManager * CServiceManager::getInstance()