mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CScanTs: add destructor to avoid leaks
This commit is contained in:
committed by
Jacek Jendrzej
parent
9a9a347ee3
commit
c0a1b8690f
@@ -88,6 +88,12 @@ CScanTs::CScanTs()
|
||||
snrscale->setBlink();
|
||||
}
|
||||
|
||||
CScanTs::~CScanTs()
|
||||
{
|
||||
delete sigscale;
|
||||
delete snrscale;
|
||||
}
|
||||
|
||||
void CScanTs::prev_next_TP( bool up)
|
||||
{
|
||||
t_satellite_position position = 0;
|
||||
|
Reference in New Issue
Block a user