Changeset 64432 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- Oct 26, 2016 4:57:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp
r63511 r64432 599 599 if (IOUserClient::initWithTask(OwningTask, pvSecurityId , u32Type)) 600 600 { 601 /* 602 * In theory we have to call task_reference() to make sure that the task is 603 * valid during the lifetime of this object. The pointer is only used to check 604 * for the context this object is called in though and never dereferenced 605 * or passed to anything which might, so we just skip this step. 606 */ 601 607 m_pProvider = NULL; 602 608 m_Task = OwningTask;
Note:
See TracChangeset
for help on using the changeset viewer.