VirtualBox

Changeset 57148 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Jul 31, 2015 4:38:34 PM (9 years ago)
Author:
vboxsync
Message:

Audio/DSound: Crash fix

File:
1 edited

Legend:

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

    r57146 r57148  
    745745        }
    746746
    747         hr = IDirectSoundCaptureBuffer_QueryInterface(pDSCB, IID_IDirectSoundCaptureBuffer8, (void **)&pDSCB);
     747        hr = IDirectSoundCaptureBuffer_QueryInterface(pDSCB, IID_IDirectSoundCaptureBuffer8, (void **)&pDSoundStrmIn->pDSCB);
    748748        IDirectSoundCaptureBuffer_Release(pDSCB);
    749749        if (FAILED(hr))
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