diff options
-rw-r--r-- | xbmc/Application.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp index 950778d993..0f33819c8e 100644 --- a/xbmc/Application.cpp +++ b/xbmc/Application.cpp @@ -2498,6 +2498,7 @@ bool CApplication::Cleanup() CServiceBroker::UnregisterAppMessenger(); + CServiceBroker::UnregisterAnnouncementManager(); m_pAnnouncementManager->Deinitialize(); m_pAnnouncementManager.reset(); |