- Timestamp:
- Apr 27, 2010 7:36:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r28766 r28795 5157 5157 * ---------------------------------------------------------------------- */ 5158 5158 5159 /* go to the destroying state to prevent from adding new callers */ 5160 mVMDestroying = true; 5161 5159 5162 if (mVMCallers > 0) 5160 5163 { 5161 /* go to the destroying state to prevent from adding new callers */5162 mVMDestroying = true;5163 5164 5164 /* lazy creation */ 5165 5165 if (mVMZeroCallersSem == NIL_RTSEMEVENT)
Note:
See TracChangeset
for help on using the changeset viewer.