VirtualBox

Changeset 64199 in vbox


Ignore:
Timestamp:
Oct 11, 2016 9:08:45 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111190
Message:

Main/Medium: fix too aggressive assertion, as running into errors when registering a medium isn't extraordinary

File:
1 edited

Legend:

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

    r64108 r64199  
    79517951        ComObjPtr<Medium> pMedium;
    79527952        rc = m->pVirtualBox->i_registerMedium(this, &pMedium, treeLock);
    7953         Assert(this == pMedium);
     7953        Assert(pMedium == NULL || this == pMedium);
    79547954    }
    79557955
Note: See TracChangeset for help on using the changeset viewer.

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