Changeset 43355 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 18, 2012 3:33:18 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 80812
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp
r43304 r43355 361 361 if (pMemDarwin->pMemDesc) 362 362 { 363 if (pMemDarwin->Core.enmType == RTR0MEMOBJTYPE_LOCK) 364 pMemDarwin->pMemDesc->complete(); /* paranoia */ 363 pMemDarwin->pMemDesc->complete(); 365 364 pMemDarwin->pMemDesc->release(); 366 365 pMemDarwin->pMemDesc = NULL; … … 495 494 { 496 495 /* Buggy API, try allocate the memory another way. */ 496 pMemDesc->complete(); 497 497 pMemDesc->release(); 498 498 if (PhysMask) … … 577 577 else 578 578 rc = VERR_MEMOBJ_INIT_FAILED; 579 580 pMemDesc->complete(); 579 581 } 580 582 else
Note:
See TracChangeset
for help on using the changeset viewer.