fix memleak

This commit is contained in:
Jacek Jendrzej
2019-05-12 12:21:15 +02:00
parent e2cb9fa025
commit cf9d1eecbf

View File

@@ -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