VirtualBox

Changeset 107716 in vbox for trunk/src


Ignore:
Timestamp:
Jan 13, 2025 4:51:14 PM (7 days ago)
Author:
vboxsync
Message:

Main/testcase/tstOVF.cpp: Missing error check, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstOVF.cpp

    r107557 r107716  
    118118    com::SafeIfaceArray<IVirtualSystemDescription> aDescriptions;
    119119    hrc = pAppl->COMGETTER(VirtualSystemDescriptions)(ComSafeArrayAsOutParam(aDescriptions));
     120    if (FAILED(hrc)) throw MyError(hrc, "Appliance::GetVirtualSystemDescriptions() failed\n");
     121
    120122    for (uint32_t u = 0;
    121123         u < aDescriptions.size();
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