Changeset 35903 in vbox for trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
- Timestamp:
- Feb 8, 2011 4:46:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r35638 r35903 812 812 * cannot be closed if they have children. 813 813 * 814 * This calls uninit() on itself, so the snapshots tree becomes invalid after this.814 * This calls uninit() on itself, so the snapshots tree (beginning with a machine's pFirstSnapshot) becomes invalid after this. 815 815 * It does not alter the main machine's snapshot pointers (pFirstSnapshot, pCurrentSnapshot). 816 816 * … … 898 898 899 899 uninit(); 900 900 901 901 BaseFinalRelease(); 902 902 }
Note:
See TracChangeset
for help on using the changeset viewer.