- Timestamp:
- Jun 5, 2007 4:13:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
r3036 r3055 234 234 count = PR_AtomicDecrement((PRInt32 *)&mRefCnt); 235 235 if (0 == count) { 236 mRefCnt = 1; /* stabilize */236 // mRefCnt = 1; /* stabilize */ 237 237 // ipcDConnectService is guaranteed to still exist here 238 238 // (DConnectInstance lifetime is bound to ipcDConnectService) … … 1676 1676 1677 1677 if (0 == count) { 1678 mRefCnt = 1; /* stabilize */1678 // mRefCnt = 1; /* stabilize */ 1679 1679 delete this; 1680 1680 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.