mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
neutrino.cpp: omit deleting luaserver at shutdown
This commit is contained in:
@@ -4237,7 +4237,7 @@ bool CNeutrinoApp::StartPip(const t_channel_id channel_id)
|
||||
|
||||
void CNeutrinoApp::Cleanup()
|
||||
{
|
||||
CLuaServer::destroyInstance();
|
||||
// CLuaServer::destroyInstance();
|
||||
#ifdef EXIT_CLEANUP
|
||||
INFO("cleanup...");
|
||||
printf("cleanup 10\n");fflush(stdout);
|
||||
|
Reference in New Issue
Block a user