mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
gui/osdlang_setup.cpp: fix memleak - CLangSelectNotifier
This commit is contained in:
@@ -107,6 +107,7 @@ int COsdLangSetup::showLocalSetup()
|
||||
int res = localSettings->exec(NULL, "");
|
||||
localSettings->hide();
|
||||
delete localSettings;
|
||||
delete langNotifier;
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user