user_menu: add some pointers to delete

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7c19f53e4b
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-06 (Thu, 06 Mar 2014)

Origin message was:
------------------
- user_menu: add some pointers to delete

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2014-03-06 12:45:48 +01:00
parent 6f8dc17343
commit 4d0f4ce3ac

View File

@@ -462,7 +462,9 @@ bool CUserMenu::showUserMenu(int button)
if (imageinfo) delete imageinfo;
if (boxinfo) delete boxinfo;
if (games) delete games;
if (tools) delete tools;
if (scripts) delete scripts;
if (lua) delete lua;
if (menu) delete menu;
InfoClock->enableInfoClock(true);