VirtualBox

Changeset 70023 in vbox


Ignore:
Timestamp:
Dec 8, 2017 12:26:39 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119554
Message:

Audio/HDA: Also NULL the file streams on destruction.

File:
1 edited

Legend:

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

    r70017 r70023  
    151151    {
    152152        DrvAudioHlpFileDestroy(pStream->Dbg.Runtime.pFileStream);
     153        pStream->Dbg.Runtime.pFileStream = NULL;
     154
    153155        DrvAudioHlpFileDestroy(pStream->Dbg.Runtime.pFileDMA);
     156        pStream->Dbg.Runtime.pFileDMA = NULL;
    154157    }
    155158
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