mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
fix memleak
This commit is contained in:
@@ -222,6 +222,8 @@ int CLCD4lSetup::show()
|
||||
delete lcd_clock_a;
|
||||
if (lcd4lSetup)
|
||||
delete lcd4lSetup;
|
||||
if(lcd_weather)
|
||||
delete lcd_weather;
|
||||
|
||||
// the things to do on exit
|
||||
|
||||
|
Reference in New Issue
Block a user