mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
kodi: fix SIGTERM patch after xbmc/15678
This commit is contained in:
parent
c15f50dafc
commit
9f9af0ac4d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user