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:
[CST] Focus
2012-05-04 16:52:07 +04:00
parent 6d4c11ae27
commit 006cc70f93
2 changed files with 10 additions and 0 deletions

View File

@@ -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 ();