gui/infoviewer_bb.cpp: fix memleak, hddscale and sysscale was never deleted

This commit is contained in:
[CST] Focus
2013-11-26 13:20:23 +04:00
parent e2ae51ae84
commit beb442680b

View File

@@ -87,14 +87,14 @@ CInfoViewerBB::CInfoViewerBB()
bbIconInfo[0].h = 0;
BBarY = 0;
BBarFontY = 0;
hddscale = NULL;
sysscale = NULL;
Init();
}
void CInfoViewerBB::Init()
{
hddscale = NULL;
sysscale = NULL;
hddwidth = 0;
bbIconMaxH = 0;
bbButtonMaxH = 0;