Changeset 23378 in vbox for trunk/src/VBox
- Timestamp:
- Sep 28, 2009 1:36:59 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 52903
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r23335 r23378 9859 9859 /* while the hard disk is attached, the number of children or the 9860 9860 * parent cannot change, so no lock */ 9861 if (!hd ->parent().isNull() && hd->children().size() == 0)9861 if (!hd.isNull() && !hd->parent().isNull() && hd->children().size() == 0) 9862 9862 diffs.push_back (hd); 9863 9863 }
Note:
See TracChangeset
for help on using the changeset viewer.