HDB: Fix uninitialized read

This commit is contained in:
Nipun Garg 2019-07-19 17:32:39 +05:30 committed by Eugene Sandulenko
parent 8a80cc77e9
commit 72dbb6074d

View File

@ -130,6 +130,8 @@ bool Window::init() {
_dlvsInfo.x = (kScreenWidth - _gfxInfobar->_width) + 16;
_dlvsInfo.y = 272;
_gemGfx = NULL;
restartSystem();
return true;