Changeset 26051 in vbox
- Timestamp:
- Jan 26, 2010 3:56:17 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56965
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SnapshotImpl.cpp
r25936 r26051 1262 1262 /* save all current settings to ensure current changes are committed and 1263 1263 * hard disks are fixed up */ 1264 1265 // VirtualBox lock before machine lock 1264 1266 alock.release(); 1265 1266 1267 AutoWriteLock vboxLock(mParent COMMA_LOCKVAL_SRC_POS); 1268 alock.acquire(); 1267 1269 HRESULT rc = saveSettings(); 1268 1270 if (FAILED(rc)) return rc; 1269 1270 alock.acquire();1271 1271 } 1272 1272
Note:
See TracChangeset
for help on using the changeset viewer.