VirtualBox

Ignore:
Timestamp:
Dec 14, 2018 6:54:20 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127509
Message:

Main: bugref:6913: don't try to notify changes related to NULL medium objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SnapshotImpl.cpp

    r76238 r76239  
    17911791                MediumAttachment *pAttach = *it;
    17921792                Medium *pMedium = pAttach->i_getMedium();
     1793                if (!pMedium)
     1794                    continue;
    17931795
    17941796                bool fFound = false;
     
    22852287                MediumAttachment *pAttach = *it;
    22862288                Medium *pMedium = pAttach->i_getMedium();
     2289                if (!pMedium)
     2290                    continue;
    22872291
    22882292                bool fFound = false;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette