Changeset 55337 in vbox for trunk/src/VBox
- Timestamp:
- Apr 20, 2015 12:37:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBDevice.cpp
r53977 r55337 1047 1047 * Iterate the URBs and cancel them. 1048 1048 */ 1049 RTCritSectEnter(&pDev->CritSectAsyncUrbs); 1049 1050 PVUSBURB pUrb = pDev->pAsyncUrbHead; 1050 1051 while (pUrb) … … 1119 1120 } 1120 1121 } 1121 1122 RTCritSectLeave(&pDev->CritSectAsyncUrbs); 1122 1123 return VINF_SUCCESS; 1123 1124 }
Note:
See TracChangeset
for help on using the changeset viewer.