- Timestamp:
- Apr 6, 2016 9:35:03 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r60064 r60347 4414 4414 if (gpMachine) 4415 4415 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(); 4416 4421 4417 4422 /* Cleanup medium-enumerator: */
Note:
See TracChangeset
for help on using the changeset viewer.