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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user