mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
glthread: don't kill neutrino during shutdown
Origin commit data
------------------
Commit: 77ecbec409
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
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