Changeset 31962 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Aug 25, 2010 2:27:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp
r30013 r31962 355 355 { 356 356 PVBOXSERVICECTRLTHREAD pNext = RTListNodeGetNext(&pNode->Node, VBOXSERVICECTRLTHREAD, Node); 357 bool fLast = RTListNodeIsLast(&g_GuestControlExecThreads, &pNode->Node); 357 358 358 359 RTListNodeRemove(&pNode->Node); 359 360 RTMemFree(pNode); 360 361 361 if ( pNext && RTListNodeIsLast(&g_GuestControlExecThreads, &pNext->Node))362 if (fLast) 362 363 break; 363 364
Note:
See TracChangeset
for help on using the changeset viewer.