Changeset 73463 in vbox for trunk/src/VBox
- Timestamp:
- Aug 3, 2018 9:25:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp
r73429 r73463 977 977 { 978 978 AssertPtrReturn(pCfg, NULL); 979 980 #ifdef VBOX_STRICT 981 if (!DrvAudioHlpStreamCfgIsValid(pCfg)) 982 { 983 AssertMsgFailed(("Stream config '%s' (%p) is invalid\n", pCfg->szName, pCfg)); 984 return NULL; 985 } 986 #endif 979 987 980 988 PPDMAUDIOSTREAMCFG pDst = (PPDMAUDIOSTREAMCFG)RTMemAllocZ(sizeof(PDMAUDIOSTREAMCFG));
Note:
See TracChangeset
for help on using the changeset viewer.