Changeset 10603 in vbox
- Timestamp:
- Jul 14, 2008 3:13:52 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33301
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r10392 r10603 391 391 g_apSessionHashTab[iHash] = pSession->pNextHash; 392 392 pSession->pNextHash = NULL; 393 ASMAtomic IncS32(&g_cSessions);393 ASMAtomicDecS32(&g_cSessions); 394 394 } 395 395 else … … 403 403 pPrev->pNextHash = pSession->pNextHash; 404 404 pSession->pNextHash = NULL; 405 ASMAtomic IncS32(&g_cSessions);405 ASMAtomicDecS32(&g_cSessions); 406 406 break; 407 407 }
Note:
See TracChangeset
for help on using the changeset viewer.