Changeset 21686 in vbox for trunk/src/VBox/Main/ApplianceImpl.cpp
- Timestamp:
- Jul 17, 2009 1:41:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r21622 r21686 345 345 void Appliance::uninit() 346 346 { 347 /* Enclose the state transition Ready->InUninit->NotReady */348 AutoUninitSpan autoUninitSpan (this);349 if (autoUninitSpan.uninitDone())350 return;351 352 347 delete m; 353 348 m = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.