Changeset 88023 in vbox for trunk/src/VBox/Devices/Audio/DrvHostValidationKit.cpp
- Timestamp:
- Mar 8, 2021 6:01:15 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostValidationKit.cpp
r88022 r88023 205 205 if (RT_SUCCESS(rc)) 206 206 { 207 pStreamDbg->pCfg = DrvAudioHlpStreamCfgDup(pCfgAcq);207 pStreamDbg->pCfg = PDMAudioStrmCfgDup(pCfgAcq); 208 208 if (!pStreamDbg->pCfg) 209 209 rc = VERR_NO_MEMORY; … … 326 326 if (RT_SUCCESS(rc)) 327 327 { 328 DrvAudioHlpStreamCfgFree(pStreamDbg->pCfg);328 PDMAudioStrmCfgFree(pStreamDbg->pCfg); 329 329 pStreamDbg->pCfg = NULL; 330 330 }
Note:
See TracChangeset
for help on using the changeset viewer.