VirtualBox

Changeset 21378 in vbox


Ignore:
Timestamp:
Jul 8, 2009 1:17:51 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49734
Message:

ConsoleImpl2.cpp: r=bird: Who is gonna catch that std:bad_alloc() thow?

File:
1 edited

Legend:

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

    r21190 r21378  
    18441844                timestamps.push_back(timestampsOut[i]);
    18451845                utf8Flags.push_back(Bstr(flagsOut[i]));
     1846#if 0 /** @todo r=bird: Who is gonna catch this? Why does it trigger now? */
    18461847                if (   utf8Names.back().isNull()
    18471848                    || utf8Values.back().isNull()
     
    18491850                   )
    18501851                    throw std::bad_alloc();
     1852#endif
    18511853            }
    18521854            for (unsigned i = 0; i < cProps && RT_SUCCESS(rc); ++i)
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