mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +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);
|
||||
}
|
||||
else
|
||||
{ /* yeah, whatever... */
|
||||
::kill(getpid(), SIGKILL);
|
||||
}
|
||||
std::cout << "GL thread stopping" << std::endl;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user