Changeset 64432 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Oct 26, 2016 4:57:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-darwin.cpp
r63516 r64432 984 984 if (IOUserClient::initWithTask(OwningTask, pvSecurityId , u32Type)) 985 985 { 986 /* 987 * In theory we have to call task_reference() to make sure that the task is 988 * valid during the lifetime of this object. The pointer is only used to check 989 * for the context this object is called in though and never dereferenced 990 * or passed to anything which might, so we just skip this step. 991 */ 986 992 m_Task = OwningTask; 987 993 m_pSession = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.