VirtualBox

Changeset 92095 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 27, 2021 11:46:30 AM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9996. Dont delete the disk so happily.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp

    r92086 r92095  
    132132                                       m_strMachineBaseName,
    133133                                       groups, strTypeId, QString());
    134         /* Try to delete the hard disk: */
    135         deleteVirtualDisk();
    136 
    137134        if (!vbox.isOk())
    138135        {
    139136            msgCenter().cannotCreateMachine(vbox, this);
     137            /* Try to delete the hard disk: */
     138            deleteVirtualDisk();
    140139            return false;
    141140        }
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