VirtualBox

Changeset 55032 in vbox for trunk/src


Ignore:
Timestamp:
Mar 31, 2015 1:32:14 PM (10 years ago)
Author:
vboxsync
Message:

PDM/DrvAudio.cpp: Fixed a potential crash.

File:
1 edited

Legend:

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

    r55005 r55032  
    395395    }
    396396    else
     397    {
     398        LogFlowFunc(("[%s] Still is being used, rc=%Rrc\n", pHstStrmOut->MixBuf.pszName, rc));
    397399        rc = VERR_ACCESS_DENIED;
    398 
    399     LogFlowFunc(("[%s] Still is being used, rc=%Rrc\n", pHstStrmOut->MixBuf.pszName, rc));
     400    }
     401
    400402    return rc;
    401403}
     
    973975    }
    974976    else
     977    {
     978        LogFlowFunc(("[%s] Still is being used, rc=%Rrc\n", pHstStrmIn->MixBuf.pszName, rc));
    975979        rc = VERR_ACCESS_DENIED;
    976 
    977     LogFlowFunc(("[%s] Still is being used, rc=%Rrc\n", pHstStrmIn->MixBuf.pszName, rc));
     980    }
     981
    978982    return rc;
    979983}
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