VirtualBox

Changeset 88060 in vbox


Ignore:
Timestamp:
Mar 9, 2021 3:55:57 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143191
Message:

Audio: Adding a magic to PDMAUDIOSTREAM. [fix] bugref:9890

File:
1 edited

Legend:

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

    r88059 r88060  
    30953095
    30963096    LogFlowFunc(("[%s] cRefs=%RU32\n", pStream->szName, pStream->cRefs));
    3097     if (pStream->cRefs < 1)
     3097    if (pStream->cRefs <= 1)
    30983098    {
    30993099        rc = drvAudioStreamUninitInternal(pThis, pStream);
Note: See TracChangeset for help on using the changeset viewer.

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