summaryrefslogtreecommitdiff
path: root/meegohandsetnotification
diff options
context:
space:
mode:
Diffstat (limited to 'meegohandsetnotification')
-rw-r--r--meegohandsetnotification/watchnotificationsink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/meegohandsetnotification/watchnotificationsink.cpp b/meegohandsetnotification/watchnotificationsink.cpp
index 860c4b6..1a90dc1 100644
--- a/meegohandsetnotification/watchnotificationsink.cpp
+++ b/meegohandsetnotification/watchnotificationsink.cpp
@@ -27,7 +27,7 @@ void WatchNotificationSink::removeNotification(uint notificationId)
MeegoHandsetNotification* n = _trackedNotifications[notificationId];
_trackedNotifications.remove(notificationId);
n->remove();
- n->deleteLater();
+ delete n;
}
}