Changeset 95518 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jul 5, 2022 4:02:21 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152138
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r95505 r95518 2700 2700 pThread->pStartupInfo = NULL; 2701 2701 2702 RTPipeClose(pThread->hKeyPipe); 2703 pThread->hKeyPipe = NIL_RTPIPE; 2704 2705 RTCritSectDelete(&pThread->CritSect); 2706 2702 2707 /* Remove session from list and destroy object. */ 2703 2708 RTListNodeRemove(&pThread->Node);
Note:
See TracChangeset
for help on using the changeset viewer.