Changeset 52908 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Sep 30, 2014 11:03:58 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96339
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r52905 r52908 3460 3460 pChild->u.pParent = NULL; 3461 3461 pChild->enmProcessKind = kSupDrvNtProtectKind_VmProcessDead; 3462 uint32_t cChildRefs = ASMAtomic IncU32(&pChild->cRefs);3462 uint32_t cChildRefs = ASMAtomicDecU32(&pChild->cRefs); 3463 3463 if (!cChildRefs) 3464 3464 pRemovedChild = (PSUPDRVNTPROTECT)RTAvlPVRemove(&g_NtProtectTree, pChild->AvlCore.Key);
Note:
See TracChangeset
for help on using the changeset viewer.