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

Origin commit data
------------------
Branch: ni/coolstream
Commit: c5f458b3eb
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-02 (Wed, 02 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-02 17:51:34 +04:00
parent d39277b704
commit 71fd92f1f4

View File

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