glthread: don't kill neutrino during shutdown

Origin commit data
------------------
Branch: ni/coolstream
Commit: 77ecbec409
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-03-24 13:11:07 +01:00
parent 906a5e53a6
commit cd6a3f21c7

View File

@@ -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;
} }