Changeset 97079 in vbox for trunk/src/VBox/NetworkServices/IntNetSwitch
- Timestamp:
- Oct 10, 2022 8:06:04 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 154029
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/IntNetSwitch/main.cpp
r97071 r97079 358 358 PSUPDRVDEVEXT pDevExt = pSession->pDevExt; 359 359 uint32_t cRefs = ASMAtomicDecU32(&pDevExt->cRefs); 360 xpc_connection_set_context(pSession->hXpcCon, NULL); 360 361 xpc_connection_cancel(pSession->hXpcCon); 362 pSession->hXpcCon = NULL; 361 363 xpc_transaction_end(); 362 364
Note:
See TracChangeset
for help on using the changeset viewer.