mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
CScanTs: add destructor to avoid leaks
Conflicts:
src/gui/scan.h
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5371fd6c90
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-06 (Sat, 06 Apr 2013)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
[CST] Focus
parent
3739b6846f
commit
a4aa5435c1
@@ -86,6 +86,12 @@ CScanTs::CScanTs(int dtype)
|
|||||||
deltype = dtype;
|
deltype = dtype;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CScanTs::~CScanTs()
|
||||||
|
{
|
||||||
|
delete sigscale;
|
||||||
|
delete snrscale;
|
||||||
|
}
|
||||||
|
|
||||||
void CScanTs::prev_next_TP( bool up)
|
void CScanTs::prev_next_TP( bool up)
|
||||||
{
|
{
|
||||||
t_satellite_position position = 0;
|
t_satellite_position position = 0;
|
||||||
|
@@ -85,6 +85,7 @@ class CScanTs : public CMenuTarget
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
CScanTs(int dtype = FE_QPSK);
|
CScanTs(int dtype = FE_QPSK);
|
||||||
|
~CScanTs();
|
||||||
void hide();
|
void hide();
|
||||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user