gui/osdlang_setup.cpp: fix memleak

Origin commit data
------------------
Branch: ni/coolstream
Commit: caced88719
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-29 (Fri, 29 Nov 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-11-29 15:33:27 +04:00
parent 688947c01b
commit be762ceaf3
2 changed files with 5 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ class COsdLangSetup : public CMenuTarget, CChangeObserver
int width;
bool is_wizard;
CTZChangeNotifier * tzNotifier;
int showLocalSetup();
void showPrefMenu(CMenuWidget *prefMenu, CLangSelectNotifier *langNotifier);