VirtualBox

Ignore:
Timestamp:
Jul 9, 2009 11:11:11 AM (15 years ago)
Author:
vboxsync
Message:

Main: remove ENoMemory exception class, replace with std::bad_alloc() to avoid string allocations after memory allocation failed already

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r21404 r21428  
    69756975                                               emptyStr);
    69766976    }
    6977     catch (xml::ENoMemory e)
     6977    catch(std::bad_alloc &e)
    69786978    {
    69796979        return E_OUTOFMEMORY;
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