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