diff --git a/src/core/notification/notification_p.cpp b/src/core/notification/notification_p.cpp index c635302..c1d10c4 100644 --- a/src/core/notification/notification_p.cpp +++ b/src/core/notification/notification_p.cpp @@ -68,10 +68,6 @@ Snore::NotificationData::NotificationData(const Notification &old, const QString NotificationData::~NotificationData() { - if(!m_timeoutTimer.isNull()) - { - m_timeoutTimer->deleteLater(); - } notificationCount--; snoreDebug( SNORE_DEBUG ) << "Deleting Notification: ActiveNotifications" << notificationCount << "id" << m_id << "Close Reason:" << m_closeReason; } diff --git a/src/core/snore_p.cpp b/src/core/snore_p.cpp index 37f44ff..dd10d65 100644 --- a/src/core/snore_p.cpp +++ b/src/core/snore_p.cpp @@ -95,6 +95,7 @@ void SnoreCorePrivate::slotAboutToQuit() { if(p->isLoaded()) { + snoreDebug( SNORE_DEBUG ) << "deinitialize" << p->name(); p->load()->deinitialize(); } }