mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
fix memleak
This commit is contained in:
@@ -222,6 +222,8 @@ int CLCD4lSetup::show()
|
|||||||
delete lcd_clock_a;
|
delete lcd_clock_a;
|
||||||
if (lcd4lSetup)
|
if (lcd4lSetup)
|
||||||
delete 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