diff --git a/components/notification/notificationcomponent.cpp b/components/notification/notificationcomponent.cpp index 2bcac7826..9fdc6e90e 100644 --- a/components/notification/notificationcomponent.cpp +++ b/components/notification/notificationcomponent.cpp @@ -77,6 +77,10 @@ void NotificationComponent::NotificationTimerHandler(void) continue; Service::Ptr service = notification->GetService(); + + if (!service) + continue; + bool reachable = service->IsReachable(); {