Changeset 43185 in vbox
- Timestamp:
- Sep 5, 2012 9:00:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r43063 r43185 847 847 Guid uuidMachine(getId()); 848 848 849 /* the lock is no more necessary (SessionMachine is uninitialized) */ 850 alock.release(); 851 849 852 /* XXX This will fail with 850 853 * "cannot be closed because it is still attached to 1 virtual machines" … … 853 856 if (!uuidMachine.isEmpty()) // can be empty if we're called from a failure of Machine::init 854 857 mParent->unregisterMachineMedia(uuidMachine); 855 856 /* the lock is no more necessary (SessionMachine is uninitialized) */857 alock.release();858 858 859 859 // has machine been modified?
Note:
See TracChangeset
for help on using the changeset viewer.