Skip to content

Commit

Permalink
deinitialize CAnnouncementManager before stopping all (network) services
Browse files Browse the repository at this point in the history
  • Loading branch information
Montellese committed May 16, 2014
1 parent e2693c5 commit b348974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/Application.cpp
Expand Up @@ -3558,6 +3558,8 @@ void CApplication::Stop(int exitCode)
CLog::Log(LOGNOTICE, "stop player");
m_pPlayer->ClosePlayer();

CAnnouncementManager::Get().Deinitialize();

StopPVRManager();
StopServices();
//Sleep(5000);
Expand Down

0 comments on commit b348974

Please sign in to comment.