VirtualBox

Changeset 41691 in vbox


Ignore:
Timestamp:
Jun 13, 2012 6:42:44 PM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: Make sure COM enum extensions are cleaned up only after VM selector and medium-enumeration thread.

File:
1 edited

Legend:

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

    r41689 r41691  
    47094709        UIActionPoolSelector::destroy();
    47104710
    4711     /* Cleanup COM enum extensions: */
    4712     COMEnumsWrapper::cleanup();
    4713 
    47144711    /* sanity check */
    47154712    if (!sVBoxGlobalInCleanup)
     
    47464743    UIExtraDataEventHandler::destroy();
    47474744
     4745    /* Cleanup medium enumeration thread: */
    47484746    if (mMediaEnumThread)
    47494747    {
     
    47634761    if (m_pVirtualMachine)
    47644762        delete m_pVirtualMachine;
     4763
     4764    /* Cleanup COM enum extensions: */
     4765    COMEnumsWrapper::cleanup();
    47654766
    47664767    /* ensure CGuestOSType objects are no longer used */
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