mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
CScanTs: silence valgrind
This commit is contained in:
@@ -77,6 +77,7 @@ CScanTs::CScanTs()
|
|||||||
|
|
||||||
snrscale = new CProgressBar();
|
snrscale = new CProgressBar();
|
||||||
snrscale->setBlink();
|
snrscale->setBlink();
|
||||||
|
memset(&TP, 0, sizeof(TP)); // valgrind
|
||||||
}
|
}
|
||||||
|
|
||||||
CScanTs::~CScanTs()
|
CScanTs::~CScanTs()
|
||||||
@@ -258,6 +259,7 @@ int CScanTs::exec(CMenuTarget* /*parent*/, const std::string & actionKey)
|
|||||||
CServiceScan::getInstance()->SetCableNID(scansettings.cable_nid);
|
CServiceScan::getInstance()->SetCableNID(scansettings.cable_nid);
|
||||||
|
|
||||||
CZapitClient::commandSetScanSatelliteList sat;
|
CZapitClient::commandSetScanSatelliteList sat;
|
||||||
|
memset(&sat, 0, sizeof(sat)); // valgrind
|
||||||
CZapitClient::ScanSatelliteList satList;
|
CZapitClient::ScanSatelliteList satList;
|
||||||
satList.clear();
|
satList.clear();
|
||||||
if(fast) {
|
if(fast) {
|
||||||
|
Reference in New Issue
Block a user