VirtualBox

Changeset 63670 in vbox


Ignore:
Timestamp:
Aug 31, 2016 7:45:22 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110414
Message:

Audio/AudioMixer: Leave critical section in any case in AudioMixerStreamDestroy().

File:
1 edited

Legend:

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

    r63654 r63670  
    16351635        rc2 = VINF_SUCCESS;
    16361636
     1637    int rc3 = RTCritSectLeave(&pMixStream->CritSect);
     1638    AssertRC(rc3);
     1639
    16371640    if (RT_SUCCESS(rc2))
    16381641    {
    1639         rc2 = RTCritSectLeave(&pMixStream->CritSect);
    1640         AssertRC(rc2);
    1641 
    16421642        audioMixerStreamDestroyInternal(pMixStream);
    16431643        pMixStream = NULL;
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