Changeset 38641 in vbox
- Timestamp:
- Sep 5, 2011 2:43:10 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73848
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r38499 r38641 2922 2922 } 2923 2923 2924 /* Temporary leave this lock, cause IMedium::LockWrite, will wait for 2925 * an running IMedium::queryInfo. If there is one running it might be 2926 * it tries to acquire a MediaTreeLock as well -> dead-lock. */ 2927 multilock.leave(); 2924 2928 rc = pMediumLockList->Lock(); 2929 multilock.enter(); 2925 2930 if (FAILED(rc)) 2926 2931 {
Note:
See TracChangeset
for help on using the changeset viewer.