Changeset 37931 in vbox
- Timestamp:
- Jul 13, 2011 8:39:58 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r37930 r37931 794 794 // uninit media from this machine's media registry, if they're still there 795 795 Guid uuidMachine(getId()); 796 797 /* XXX This will fail with 798 * "cannot be closed because it is still attached to 1 virtual machines" 799 * because at this point we did not call uninitDataAndChildObjects() yet 800 * and therefore also removeBackReference() for all these mediums was not called! */ 796 801 if (!uuidMachine.isEmpty()) // can be empty if we're called from a failure of Machine::init 797 802 mParent->unregisterMachineMedia(uuidMachine);
Note:
See TracChangeset
for help on using the changeset viewer.

