Changeset 51456 in vbox for trunk/src/VBox
- Timestamp:
- May 28, 2014 6:12:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r51410 r51456 4342 4342 #endif 4343 4343 4344 /* Destroy our event handlers */4345 UIExtraDataManager::destroy();4346 4347 4344 /* Destroy the GUI root windows _BEFORE_ the media-mess, because there is 4348 4345 code in the GUI that's using the media code an will be racing us! */ … … 4364 4361 m_pMediumEnumerator = 0; 4365 4362 m_mediumEnumeratorDtorRwLock.unlock(); 4363 4364 /* Destroy extra-data manager: */ 4365 UIExtraDataManager::destroy(); 4366 4366 4367 4367 /* Destroy whatever this converter stuff is: */
Note:
See TracChangeset
for help on using the changeset viewer.