VirtualBox

Changeset 92009 in vbox for trunk/src


Ignore:
Timestamp:
Oct 22, 2021 3:39:16 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Fixed assertion in atsClientFree(). ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioTestService.cpp

    r92008 r92009  
    858858
    859859    /* Make sure that there is no transport client associated with it anymore. */
    860     AssertReturnVoid(pInst->enmState = ATSCLIENTSTATE_DESTROYING);
     860    AssertReturnVoid(pInst->enmState == ATSCLIENTSTATE_DESTROYING);
    861861    AssertReturnVoid(pInst->pTransportClient == NULL);
    862862
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette