kodi: fix SIGTERM patch after xbmc/15678

This commit is contained in:
MilhouseVH 2019-03-06 09:36:01 +00:00
parent c15f50dafc
commit 9f9af0ac4d

View File

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