- Timestamp:
- May 27, 2019 7:30:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
r78787 r78796 772 772 * Said yes. Ended up here with a NULL pointer. */ 773 773 PPDMIMEDIAEX pDrvMediaEx = pThis->pDrvMediaEx; 774 if (p This)774 if (pDrvMediaEx) 775 775 pDrvMediaEx->pfnNotifySuspend(pDrvMediaEx); 776 776 }
Note:
See TracChangeset
for help on using the changeset viewer.