Changeset 64217 in vbox for trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
- Timestamp:
- Oct 12, 2016 10:26:52 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 111217
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r64212 r64217 3130 3130 // make sure that the diff image to be deleted has no parent, 3131 3131 // even in error cases (where the deparenting may be missing) 3132 it->mpSource->i_deparent(); 3132 if (it->mpSource->i_getParent()) 3133 it->mpSource->i_deparent(); 3133 3134 it->mpSource->uninit(); 3134 3135 }
Note:
See TracChangeset
for help on using the changeset viewer.