missing lua ifdef

Origin commit data
------------------
Branch: ni/coolstream
Commit: fe3379ddb7
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2014-05-02 (Fri, 02 May 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2014-05-02 08:16:06 +02:00
committed by Michael Liebmann
parent e99e849b6c
commit 6d40f01812

View File

@@ -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);