mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
glcdsetup: fix memleak
Origin commit data
------------------
Commit: 1bf77e9c48
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-26 (Fri, 26 Jun 2020)
Origin message was:
------------------
- glcdsetup: fix memleak
This commit is contained in:
@@ -580,10 +580,6 @@ int GLCD_Menu::GLCD_Menu_Select_Driver()
|
||||
|
||||
m->enableSaveScreen();
|
||||
res = m->exec(NULL, "");
|
||||
|
||||
if (!m->gotAction())
|
||||
return res;
|
||||
|
||||
delete selector;
|
||||
m->hide();
|
||||
}
|
||||
|
Reference in New Issue
Block a user