Changeset 41691 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 13, 2012 6:42:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r41689 r41691 4709 4709 UIActionPoolSelector::destroy(); 4710 4710 4711 /* Cleanup COM enum extensions: */4712 COMEnumsWrapper::cleanup();4713 4714 4711 /* sanity check */ 4715 4712 if (!sVBoxGlobalInCleanup) … … 4746 4743 UIExtraDataEventHandler::destroy(); 4747 4744 4745 /* Cleanup medium enumeration thread: */ 4748 4746 if (mMediaEnumThread) 4749 4747 { … … 4763 4761 if (m_pVirtualMachine) 4764 4762 delete m_pVirtualMachine; 4763 4764 /* Cleanup COM enum extensions: */ 4765 COMEnumsWrapper::cleanup(); 4765 4766 4766 4767 /* ensure CGuestOSType objects are no longer used */
Note:
See TracChangeset
for help on using the changeset viewer.