VirtualBox

Changeset 79358 in vbox


Ignore:
Timestamp:
Jun 26, 2019 12:25:06 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9480: Runtime UI: Session stuff: Don't forget to check whether action-pool was created during whole the cleanup process, was missed in one place.

File:
1 edited

Legend:

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

    r77841 r79358  
    13971397
    13981398    /* Make sure action-pool knows guest-screen count: */
    1399     actionPool()->toRuntime()->setGuestScreenCount(m_frameBufferVector.size());
     1399    if (actionPool())
     1400        actionPool()->toRuntime()->setGuestScreenCount(m_frameBufferVector.size());
    14001401}
    14011402
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