mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
lcd4l-setup: align code to tuxbox git
Origin commit data
------------------
Branch: ni/coolstream
Commit: b443b918a7
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-12 (Sun, 12 May 2019)
Origin message was:
------------------
- lcd4l-setup: align code to tuxbox git
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -220,9 +220,13 @@ int CLCD4lSetup::show()
|
|||||||
int res = lcd4lSetup->exec(NULL, "");
|
int res = lcd4lSetup->exec(NULL, "");
|
||||||
|
|
||||||
lcd4lSetup->hide();
|
lcd4lSetup->hide();
|
||||||
delete lcd_clock_a;
|
|
||||||
delete lcd_weather;
|
if (lcd_clock_a)
|
||||||
delete lcd4lSetup;
|
delete lcd_clock_a;
|
||||||
|
if (lcd4lSetup)
|
||||||
|
delete lcd4lSetup;
|
||||||
|
if (lcd_weather)
|
||||||
|
delete lcd_weather;
|
||||||
|
|
||||||
// the things to do on exit
|
// the things to do on exit
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user