Changeset 61563 in vbox for trunk/src/VBox
- Timestamp:
- Jun 8, 2016 9:08:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r61523 r61563 1270 1270 if (RT_FAILURE(rc)) 1271 1271 { 1272 drvAudioStreamDestroyInternal(pThis, pGstStrm); 1273 pGstStrm = NULL; 1274 1275 drvAudioStreamDestroyInternal(pThis, pHstStrm); 1276 pHstStrm = NULL; 1272 if (pGstStrm) 1273 { 1274 drvAudioStreamDestroyInternal(pThis, pGstStrm); 1275 pGstStrm = NULL; 1276 } 1277 1278 if (pHstStrm) 1279 { 1280 drvAudioStreamDestroyInternal(pThis, pHstStrm); 1281 pHstStrm = NULL; 1282 } 1277 1283 } 1278 1284 else
Note:
See TracChangeset
for help on using the changeset viewer.