gui/osdlang_setup.cpp: fix memleak - CLangSelectNotifier

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8a32116bc3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-07 (Mon, 07 May 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-05-07 13:21:54 +04:00
parent bface77720
commit 34e407ed17

View File

@@ -107,6 +107,7 @@ int COsdLangSetup::showLocalSetup()
int res = localSettings->exec(NULL, "");
localSettings->hide();
delete localSettings;
delete langNotifier;
return res;
}