Merge branch 'ni/tuxbox' into ni/mp/tuxbox

Origin commit data
------------------
Commit: 09be0b85b4
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-26 (Tue, 26 Sep 2017)
This commit is contained in:
vanhofen
2017-09-26 16:13:18 +02:00
3 changed files with 5 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
#include <errno.h>
#include <inttypes.h>
#include <inttypes.h>
#include <linux/kd.h>
#include <stdlib.h>

View File

@@ -757,6 +757,9 @@ int COsdSetup::showOsdSetup()
CAudioMute::getInstance()->enableMuteIcon(true);
}
#if !defined BOXMODEL_CS_HD2
delete scartFileNotifier;
#endif
delete colorInfoclockNotifier;
delete screensaverNotifier;
delete channellistNotifier;

View File

@@ -1239,6 +1239,7 @@ void CMenuWidget::calcSize()
*/
CMenuItem *separator = new CMenuSeparator();
height += separator->getHeight();
delete separator;
//scrollbar width
scrollbar_width=0;