VirtualBox

Changeset 70109 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Dec 13, 2017 12:53:26 PM (7 years ago)
Author:
vboxsync
Message:

Audio/DrvAudio: Initialize optional data block in DrvAudioHlpFileCreate().

File:
1 edited

Legend:

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

    r70073 r70109  
    12031203        RTStrPrintf(pFile->szName, RT_ELEMENTS(pFile->szName), "%s", pszFile);
    12041204        pFile->fFlags = fFlags;
     1205        pFile->pvData = NULL;
     1206        pFile->cbData = 0;
    12051207    }
    12061208
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