mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-02 10:16:50 +02:00
Fixed memory leak when scrolling menu is being deallocated.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user