Changeset 83287 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Mar 13, 2020 3:37:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp
r83286 r83287 154 154 * Destroy other thread data. 155 155 */ 156 intrc = RTPollSetDestroy(pProcess->hPollSet);156 rc = RTPollSetDestroy(pProcess->hPollSet); 157 157 AssertRC(rc); 158 158
Note:
See TracChangeset
for help on using the changeset viewer.