mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
missing lua ifdef
This commit is contained in:
@@ -464,7 +464,9 @@ bool CUserMenu::showUserMenu(int button)
|
||||
if (games) delete games;
|
||||
if (tools) delete tools;
|
||||
if (scripts) delete scripts;
|
||||
#if ENABLE_LUA
|
||||
if (lua) delete lua;
|
||||
#endif
|
||||
if (menu) delete menu;
|
||||
|
||||
InfoClock->enableInfoClock(true);
|
||||
|
Reference in New Issue
Block a user