kodi: fix SIGTERM patch after xbmc/15678

This commit is contained in:
MilhouseVH 2019-04-22 22:30:45 +01:00
parent 8130109b97
commit bcf726b90a

View File

@ -73,7 +73,7 @@ index f39a94e..80bcecb 100644
+
void CApplication::Stop(int exitCode)
{
CLog::Log(LOGNOTICE, "stop player");
CLog::Log(LOGNOTICE, "Stopping player");
@@ -2790,7 +2802,7 @@ void CApplication::Stop(int exitCode)
m_frameMoveGuard.unlock();
@ -88,7 +88,7 @@ index f39a94e..80bcecb 100644
CApplicationMessenger::GetInstance().Stop();
m_AppFocused = false;
- m_ExitCode = exitCode;
CLog::Log(LOGNOTICE, "stop all");
CLog::Log(LOGNOTICE, "Stopping all");
// cancel any jobs from the jobmanager
diff --git a/xbmc/Application.h b/xbmc/Application.h