VirtualBox

Changeset 78796 in vbox for trunk/src


Ignore:
Timestamp:
May 27, 2019 7:30:38 PM (6 years ago)
Author:
vboxsync
Message:

DrvSCSI.cpp: Quick crash prevention for some other issue. [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvSCSI.cpp

    r78787 r78796  
    772772     *        Said yes.  Ended up here with a NULL pointer. */
    773773    PPDMIMEDIAEX pDrvMediaEx = pThis->pDrvMediaEx;
    774     if (pThis)
     774    if (pDrvMediaEx)
    775775        pDrvMediaEx->pfnNotifySuspend(pDrvMediaEx);
    776776}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette