Changeset 54174 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 12, 2015 12:48:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r53867 r54174 11091 11091 llMedia.push_back(pMedium); 11092 11092 ComObjPtr<Medium> pParent = pMedium->i_getParent(); 11093 /* Not allowed to keep this lock as below we need the parent 11094 * medium lock, and the lock order is parent to child. */ 11095 lock.release(); 11093 11096 /* 11094 11097 * Search for medias which are not attached to any machine, but
Note:
See TracChangeset
for help on using the changeset viewer.