mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
lcdd: add proper destructor to kill time thread
Origin commit data
------------------
Branch: ni/coolstream
Commit: 44d1d8a808
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-03 (Sun, 03 Mar 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -150,6 +150,7 @@ class CLCD
|
||||
bool movie_is_ac3;
|
||||
CConfigFile configfile;
|
||||
pthread_t thrTime;
|
||||
bool thread_started;
|
||||
int last_toggle_state_power;
|
||||
int clearClock;
|
||||
unsigned int timeout_cnt;
|
||||
@@ -235,9 +236,7 @@ class CLCD
|
||||
void Clear();
|
||||
void ShowIcon(vfd_icon icon, bool show);
|
||||
void ShowText(const char *s) { showServicename(std::string(s), true); };
|
||||
#ifndef HAVE_TRIPLEDRAGON
|
||||
~CLCD();
|
||||
#endif
|
||||
#ifdef LCD_UPDATE
|
||||
private:
|
||||
CFileList* m_fileList;
|
||||
|
Reference in New Issue
Block a user