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.
This commit is contained in:
Rene Gollent
2013-04-15 21:10:44 -04:00
parent 00d0a0eae3
commit 3f7664ad1c
@@ -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;