VirtualBox

Changeset 104946 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jun 17, 2024 5:30:00 PM (7 months ago)
Author:
vboxsync
Message:

Main/ConsoleImplConfigCommon: Fixed a wrong assertion when unmounting a medium.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp

    r104845 r104946  
    11851185    {
    11861186        PPDMIMOUNT pIMount = PDMIBASE_QUERY_INTERFACE(pBase, PDMIMOUNT);
    1187         AssertReturn(pIMount, VERR_INVALID_POINTER);
     1187        AssertPtrReturn(pIMount, VERR_INVALID_POINTER);
    11881188
    11891189        /* Unmount the media (but do not eject the medium!) */
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