- Timestamp:
- Jun 2, 2017 11:33:27 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r67232 r67233 6258 6258 if (RT_FAILURE(vrc)) 6259 6259 rc = setErrorBoth(VBOX_E_FILE_ERROR, vrc, tr("Failed to add '%s' to output (%Rrc)"), aFilename, vrc); 6260 6261 6260 } 6262 6261 else … … 6272 6271 } 6273 6272 catch (HRESULT hrc2) { rc = hrc2; } 6274 6275 /* Everything is explicitly unlocked when the task exits,6276 * as the task destruction also destroys the source chain. */6277 6278 /* Make sure the source chain is released early, otherwise it can6279 * lead to deadlocks with concurrent IAppliance activities. */6280 SourceMediumLockList.Clear();6281 6273 6282 6274 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.

