gui/osdlang_setup.cpp: fix memleak

This commit is contained in:
[CST] Focus
2013-11-29 15:33:27 +04:00
parent a99ea61b7f
commit caced88719
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);