mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
infoviewer_bb: initialize values to satisfy valgrind
This commit is contained in:
committed by
Jacek Jendrzej
parent
b0c7ca94a7
commit
a410dabcdb
@@ -106,6 +106,7 @@ void CInfoViewerBB::Init()
|
|||||||
|
|
||||||
for (int i = 0; i < CInfoViewerBB::BUTTON_MAX; i++) {
|
for (int i = 0; i < CInfoViewerBB::BUTTON_MAX; i++) {
|
||||||
tmp_bbButtonInfoText[i] = "";
|
tmp_bbButtonInfoText[i] = "";
|
||||||
|
bbButtonInfo[i].x = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// get HDD info in a separate thread
|
// get HDD info in a separate thread
|
||||||
|
Reference in New Issue
Block a user