mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
eitd: fix stack use after scope
This commit is contained in:
@@ -2195,7 +2195,7 @@ static void *houseKeepingThread(void *)
|
||||
pthread_attr_t attr;
|
||||
pthread_attr_init(&attr);
|
||||
pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);
|
||||
std::string d = epg_dir + "/";
|
||||
static std::string d = epg_dir + "/";
|
||||
|
||||
printf("[%s]: %s\n",__func__,d.c_str());
|
||||
|
||||
|
Reference in New Issue
Block a user