mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
CScanTs: silence valgrind
Origin commit data
------------------
Branch: ni/coolstream
Commit: 13871d8328
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-06 (Sat, 06 Apr 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Jacek Jendrzej
parent
9d3d1f4622
commit
5428f12f97
@@ -86,6 +86,7 @@ CScanTs::CScanTs()
|
||||
|
||||
snrscale = new CProgressBar();
|
||||
snrscale->setBlink();
|
||||
memset(&TP, 0, sizeof(TP)); // valgrind
|
||||
}
|
||||
|
||||
CScanTs::~CScanTs()
|
||||
@@ -236,6 +237,7 @@ int CScanTs::exec(CMenuTarget* /*parent*/, const std::string & actionKey)
|
||||
CServiceScan::getInstance()->SetCableNID(scansettings.cable_nid);
|
||||
|
||||
CZapitClient::commandSetScanSatelliteList sat;
|
||||
memset(&sat, 0, sizeof(sat)); // valgrind
|
||||
CZapitClient::ScanSatelliteList satList;
|
||||
satList.clear();
|
||||
if(fast) {
|
||||
|
Reference in New Issue
Block a user