- Timestamp:
- Oct 22, 2021 3:39:16 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTestService.cpp
r92008 r92009 858 858 859 859 /* Make sure that there is no transport client associated with it anymore. */ 860 AssertReturnVoid(pInst->enmState = ATSCLIENTSTATE_DESTROYING);860 AssertReturnVoid(pInst->enmState == ATSCLIENTSTATE_DESTROYING); 861 861 AssertReturnVoid(pInst->pTransportClient == NULL); 862 862
Note:
See TracChangeset
for help on using the changeset viewer.