mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CScanTs: add destructor to avoid leaks
Origin commit data
------------------
Branch: ni/coolstream
Commit: 14783a7581
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-06 (Sat, 06 Apr 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -79,6 +79,12 @@ CScanTs::CScanTs()
|
||||
snrscale->setBlink();
|
||||
}
|
||||
|
||||
CScanTs::~CScanTs()
|
||||
{
|
||||
delete sigscale;
|
||||
delete snrscale;
|
||||
}
|
||||
|
||||
void CScanTs::prev_next_TP( bool up)
|
||||
{
|
||||
t_satellite_position position = 0;
|
||||
|
@@ -83,6 +83,7 @@ class CScanTs : public CMenuTarget
|
||||
|
||||
public:
|
||||
CScanTs();
|
||||
~CScanTs();
|
||||
void hide();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
};
|
||||
|
Reference in New Issue
Block a user