mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
glthread: don't kill neutrino during shutdown
This commit is contained in:
@@ -201,10 +201,6 @@ void GLThreadObj::run()
|
|||||||
{
|
{
|
||||||
g_RCInput->postMsg(NeutrinoMessages::SHUTDOWN, 0);
|
g_RCInput->postMsg(NeutrinoMessages::SHUTDOWN, 0);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{ /* yeah, whatever... */
|
|
||||||
::kill(getpid(), SIGKILL);
|
|
||||||
}
|
|
||||||
std::cout << "GL thread stopping" << std::endl;
|
std::cout << "GL thread stopping" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user