Changeset 24541 in vbox
- Timestamp:
- Nov 10, 2009 12:29:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/server_module.cpp
r21878 r24541 206 206 break; 207 207 } 208 209 /* need to wait for the pid to avoid zombie VBoxSVC. 210 * ignore failure since it just means we'll have a zombie 211 * VBoxSVC until we exit */ 212 int vrc2 = RTProcWaitNoResume(pid, RTPROCWAIT_FLAGS_BLOCK, NULL); 213 AssertRC(vrc2); 208 214 #endif 209 215
Note:
See TracChangeset
for help on using the changeset viewer.