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:
vanhofen
2020-06-26 00:49:03 +02:00
parent 9b3d9c24d4
commit 331abda4f5

View File

@@ -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();
}