VirtualBox

Changeset 54147 in vbox


Ignore:
Timestamp:
Feb 11, 2015 4:16:36 PM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: 7115: Add some error checking code for the network indicator of the UIIndicatorPool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp

    r54146 r54147  
    410410        {
    411411            const CNetworkAdapter &adapter = machine.GetNetworkAdapter(uSlot);
    412             if (adapter.GetEnabled())
     412            if (machine.isOk() && !adapter.isNull() && adapter.GetEnabled())
    413413            {
    414414                fAdaptersPresent = true;
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