VirtualBox

Changeset 107748 in vbox


Ignore:
Timestamp:
Jan 14, 2025 10:24:35 AM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166859
Message:

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

File:
1 edited

Legend:

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

    r106061 r107748  
    148148    pHost = NULL;
    149149    hrc = pVBox->COMGETTER(Host)(&pHost);
     150    if (FAILED(hrc))
     151    {
     152        tstComExpr(hrc, "IVirtualBox::Host", __LINE__);
     153        return;
     154    }
    150155
    151156    uint32_t const cCalls2  = 16384;
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