VirtualBox

Changeset 71126 in vbox


Ignore:
Timestamp:
Feb 26, 2018 2:26:51 PM (7 years ago)
Author:
vboxsync
Message:

Audio/DrvAudioCommon.cpp: Also initialize file handle in DrvAudioHlpFileCreate().

File:
1 edited

Legend:

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

    r71113 r71126  
    12651265    {
    12661266        RTStrPrintf(pFile->szName, RT_ELEMENTS(pFile->szName), "%s", pszFile);
     1267        pFile->hFile  = NIL_RTFILE;
    12671268        pFile->fFlags = fFlags;
    12681269        pFile->pvData = NULL;
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