Fixed memory leak when scrolling menu is being deallocated.

This commit is contained in:
emb
2015-01-01 20:23:34 -06:00
parent 09ff0ac704
commit b6c60ceb76
2 changed files with 27 additions and 1 deletions

View File

@@ -157,7 +157,6 @@ void RetroFE::Run()
bool running = true;
Item *nextPageItem = NULL;
bool adminMode = false;
bool selectActive = false;
RETROFE_STATE state = RETROFE_IDLE;
Config.GetProperty("attractModeTime", attractModeTime);