From 3f7664ad1cb9e1f24fa550f7599acaf06c3120c5 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Mon, 15 Apr 2013 21:10:44 -0400 Subject: [PATCH] Revert part of previous commit. The aforementioned ReleaseReference() exposes what appears to be a somewhat more severe issue, leading us to a deadlock. Need to rethink this a bit. --- src/add-ons/kernel/network/notifications/notifications.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/kernel/network/notifications/notifications.cpp b/src/add-ons/kernel/network/notifications/notifications.cpp index 519554546b..6d01979e65 100644 --- a/src/add-ons/kernel/network/notifications/notifications.cpp +++ b/src/add-ons/kernel/network/notifications/notifications.cpp @@ -145,7 +145,7 @@ notifications_std_ops(int32 op, ...) // we need to release the reference that was acquired // on our behalf by the NotificationManager. - sNotificationService.ReleaseReference(); +// sNotificationService.ReleaseReference(); sNotificationService.~NetNotificationService(); return B_OK;