Changeset 51107 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Apr 18, 2014 1:43:50 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93389
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp
r49787 r51107 599 599 uint32_t cInstances = ASMAtomicDecU32(&g_cInstances); NOREF(cInstances); 600 600 Log(("VBoxUSBClient::free([%p]) new g_cInstances=%d\n", this, cInstances)); 601 IO Service::free();601 IOUserClient::free(); 602 602 } 603 603
Note:
See TracChangeset
for help on using the changeset viewer.