VirtualBox

Changeset 60347 in vbox for trunk


Ignore:
Timestamp:
Apr 6, 2016 9:35:03 AM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8312: VBoxGlobal: Destroying VirtualBox event-handler before COM cleanup for Runtime UI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r60064 r60347  
    44144414    if (gpMachine)
    44154415        UIMachine::destroy();
     4416    /* As part of recent change UIVirtualBoxEventHandler also used in runtimeUI.
     4417     * This needs to be destroyed before COM cleanup. As this is supposed to be only part of selectorUI,
     4418     * and needs to be reworked later doing this here for now: */
     4419    if (gpMachine)
     4420        UIVirtualBoxEventHandler::destroy();
    44164421
    44174422    /* Cleanup medium-enumerator: */
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