- Timestamp:
- Aug 2, 2017 12:36:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp
r68132 r68238 1635 1635 } 1636 1636 1637 if (pCAStream->pCfg) 1638 { 1639 DrvAudioHlpStreamCfgFree(pCAStream->pCfg); 1640 pCAStream->pCfg = NULL; 1641 } 1642 1637 1643 if (pCAStream->pCircBuf) 1638 1644 { … … 1656 1662 1657 1663 int rc = coreAudioStreamUninitQueue(pCAStream); 1664 if (RT_SUCCESS(rc)) 1665 { 1666 pCAStream->Unit.pDevice = NULL; 1667 pCAStream->pDrv = NULL; 1668 } 1669 1658 1670 return rc; 1659 1671 }
Note:
See TracChangeset
for help on using the changeset viewer.