mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
gui/infoviewer.cpp: add destructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1e1b370321
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-04 (Fri, 04 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -97,6 +97,15 @@ CInfoViewer::CInfoViewer ()
|
||||
Init();
|
||||
}
|
||||
|
||||
CInfoViewer::~CInfoViewer()
|
||||
{
|
||||
delete sigscale;
|
||||
delete snrscale;
|
||||
delete hddscale;
|
||||
delete varscale;
|
||||
delete timescale;
|
||||
}
|
||||
|
||||
void CInfoViewer::Init()
|
||||
{
|
||||
frameBuffer = CFrameBuffer::getInstance ();
|
||||
|
Reference in New Issue
Block a user