miscsettings.cpp: fix some memleaks and CPU-Menu segfault

Origin commit data
------------------
Commit: 323bbb42db
Author: GetAway <get-away@t-online.de>
Date: 2021-03-31 (Wed, 31 Mar 2021)

Origin message was:
------------------
- miscsettings.cpp: fix some memleaks and CPU-Menu segfault
This commit is contained in:
GetAway
2021-03-31 17:38:22 +02:00
committed by vanhofen
parent 41a83a6eab
commit 69e76217c2
2 changed files with 12 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ class CMiscMenue : public CMenuTarget, CChangeObserver
NORWAY = 1,
};
CFanControlNotifier *fanNotifier;
CCpuFreqNotifier * cpuNotifier;
CSectionsdConfigNotifier* sectionsdConfigNotifier;
//COnOffNotifier* miscNotifier;
CMenuOptionChooser * epg_save;