Changeset 33312 in vbox
- Timestamp:
- Oct 21, 2010 2:55:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r33307 r33312 3684 3684 mMediaData->mAttachments.push_back(attachment); 3685 3685 3686 mediumLock.release(); 3687 treeLock.leave(); 3688 3686 3689 if (fNeedsMachineSaveSettings) 3687 3690 saveSettings(&fNeedsGlobalSaveSettings, SaveS_Force); … … 3690 3693 { 3691 3694 // save the global settings; for that we should hold only the VirtualBox lock 3692 mediumLock.release();3693 treeLock.leave();3694 3695 alock.release(); 3695 3696
Note:
See TracChangeset
for help on using the changeset viewer.