Changeset 54175 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 12, 2015 12:52:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r54174 r54175 11191 11191 ) 11192 11192 { 11193 ComObjPtr<Medium> parent = pMedium->i_getParent();11194 AutoWriteLock parentLock(parent COMMA_LOCKVAL_SRC_POS);11195 11196 11193 /* update the appropriate lock list */ 11197 11194 MediumLockList *pMediumLockList; … … 11207 11204 fMediaNeedsLocking = true; 11208 11205 } 11209 rc = pMediumLockList->Update(p arent, false);11206 rc = pMediumLockList->Update(pMedium->getParent(), false); 11210 11207 AssertComRC(rc); 11211 11208 rc = pMediumLockList->Append(pMedium, true);
Note:
See TracChangeset
for help on using the changeset viewer.