Changeset 76239 in vbox for trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
- Timestamp:
- Dec 14, 2018 6:54:20 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127509
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r76238 r76239 1791 1791 MediumAttachment *pAttach = *it; 1792 1792 Medium *pMedium = pAttach->i_getMedium(); 1793 if (!pMedium) 1794 continue; 1793 1795 1794 1796 bool fFound = false; … … 2285 2287 MediumAttachment *pAttach = *it; 2286 2288 Medium *pMedium = pAttach->i_getMedium(); 2289 if (!pMedium) 2290 continue; 2287 2291 2288 2292 bool fFound = false;
Note:
See TracChangeset
for help on using the changeset viewer.