VirtualBox

Changeset 24545 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 10, 2009 1:23:34 PM (15 years ago)
Author:
vboxsync
Message:

GUI: temporary fix for assertion in VBoxMedium during takeSnapshot()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp

    r24294 r24545  
    208208
    209209                    CSnapshot snapshot = machine.GetSnapshot (*jt);
    210                     if (!snapshots.isNull())
    211                         snapshots += ", ";
    212                     snapshots += snapshot.GetName();
     210                    if (!snapshot.isNull())           // can be NULL while takeSnaphot is in progress
     211                    {
     212                        if (!snapshots.isNull())
     213                            snapshots += ", ";
     214                        snapshots += snapshot.GetName();
     215                    }
    213216                }
    214217
Note: See TracChangeset for help on using the changeset viewer.

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