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:
Stefan Seyfried
2013-03-03 21:52:21 +01:00
parent 106589507c
commit 88b0fd5fe3
2 changed files with 17 additions and 5 deletions

View File

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