mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
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:
@@ -107,6 +107,7 @@ int COsdLangSetup::showLocalSetup()
|
|||||||
int res = localSettings->exec(NULL, "");
|
int res = localSettings->exec(NULL, "");
|
||||||
localSettings->hide();
|
localSettings->hide();
|
||||||
delete localSettings;
|
delete localSettings;
|
||||||
|
delete langNotifier;
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user