VirtualBox

Changeset 76238 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Dec 14, 2018 4:30:53 PM (6 years ago)
Author:
vboxsync
Message:

Main: bugref:6913: Fixed use of already NULL reference to VirtualBox object, and straighten a misplaced log statement

Location:
trunk/src/VBox/Main/src-server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r76220 r76238  
    24022402
    24032403    if (SUCCEEDED(mrc) && wasCreated)
    2404         m->pVirtualBox->i_onMediumRegistered(uId, devType, FALSE);
     2404        pVirtualBox->i_onMediumRegistered(uId, devType, FALSE);
    24052405
    24062406    return mrc;
  • trunk/src/VBox/Main/src-server/SnapshotImpl.cpp

    r76215 r76238  
    19151915    if (SUCCEEDED(rc))
    19161916        mParent->i_onSnapshotTaken(mData->mUuid, task.m_uuidSnapshot);
    1917     LogFlowThisFuncLeave();
    19181917
    19191918    if (SUCCEEDED(rc))
     
    19341933        }
    19351934    }
     1935    LogFlowThisFuncLeave();
    19361936}
    19371937
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