aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/Application.cpp1
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();