[haiku-commits] haiku: hrev45510 - src/add-ons/kernel/network/notifications

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 16 Apr 2013 03:11:54 +0200 (CEST)

hrev45510 adds 1 changeset to branch 'master'
old head: 00d0a0eae3a3a4cf8dcd412099a3091340677fc7
new head: 3f7664ad1cb9e1f24fa550f7599acaf06c3120c5
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=3f7664a+%5E00d0a0e

----------------------------------------------------------------------------

3f7664a: 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.

                                      [ Rene Gollent <anevilyak@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev45510
Commit:      3f7664ad1cb9e1f24fa550f7599acaf06c3120c5
URL:         http://cgit.haiku-os.org/haiku/commit/?id=3f7664a
Author:      Rene Gollent <anevilyak@xxxxxxxxx>
Date:        Tue Apr 16 01:10:44 2013 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/add-ons/kernel/network/notifications/notifications.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/add-ons/kernel/network/notifications/notifications.cpp 
b/src/add-ons/kernel/network/notifications/notifications.cpp
index 5195545..6d01979 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;
 


Other related posts:

  • » [haiku-commits] haiku: hrev45510 - src/add-ons/kernel/network/notifications - anevilyak