- Timestamp:
- Apr 17, 2013 6:58:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumLock.cpp
r35368 r45595 289 289 if (it == mMediumLocks.end()) 290 290 return VBOX_E_INVALID_OBJECT_STATE; 291 MediumLockList *pMediumLockList = it->second; 291 292 mMediumLocks.erase(it); 293 delete pMediumLockList; 292 294 return S_OK; 293 295 }
Note:
See TracChangeset
for help on using the changeset viewer.