mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-06 13:18:34 +02:00
fix stack buffer underflow
This commit is contained in:
@@ -58,7 +58,7 @@ CComponentsTimer::~CComponentsTimer()
|
||||
void CComponentsTimer::runSharedTimerAction()
|
||||
{
|
||||
//start loop
|
||||
string tn = "cc:"+name;
|
||||
tn = "cc:"+name;
|
||||
set_threadname(tn.c_str());
|
||||
while(tm_enable && tm_interval > 0) {
|
||||
tm_mutex.lock();
|
||||
|
Reference in New Issue
Block a user