Changeset 31225 in vbox
- Timestamp:
- Jul 29, 2010 4:39:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r31223 r31225 4076 4076 mUserData->mName.raw()); 4077 4077 4078 HRESULT rc = S_OK; 4079 4078 4080 // this list collects the files that should be reported 4079 4081 // as to be deleted to the caller in aFiles … … 4126 4128 llMedia.push_back(pMedium); 4127 4129 4128 HRESULTrc = detachDevice(pAttach,4129 4130 4130 rc = detachDevice(pAttach, 4131 alock, 4132 NULL /* pfNeedsSaveSettings */); 4131 4133 if (FAILED(rc)) 4132 4134 break; … … 4167 4169 4168 4170 ErrorInfoKeeper eik; 4169 HRESULTrc = pMedium->close(NULL /*fNeedsSaveSettings*/, // we'll call saveSettings() in any case below4170 4171 rc = pMedium->close(NULL /*fNeedsSaveSettings*/, // we'll call saveSettings() in any case below 4172 autoCaller2); 4171 4173 // this uninitializes the medium 4172 4174
Note:
See TracChangeset
for help on using the changeset viewer.