VirtualBox

Ignore:
Timestamp:
Jul 8, 2009 1:06:27 PM (15 years ago)
Author:
vboxsync
Message:

Backing out r49763 to fix Windows burns.

File:
1 edited

Legend:

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

    r21393 r21394  
    18011801     * Guest property service
    18021802     */
    1803     try
    18041803    {
    18051804        /* Load the service */
     
    18451844                timestamps.push_back(timestampsOut[i]);
    18461845                utf8Flags.push_back(Bstr(flagsOut[i]));
     1846#if 0 /** @todo r=bird: Who is gonna catch this? Why does it trigger now? */
     1847                if (   utf8Names.back().isNull()
     1848                    || utf8Values.back().isNull()
     1849                    || utf8Flags.back().isNull()
     1850                   )
     1851                    throw std::bad_alloc();
     1852#endif
    18471853            }
    18481854            for (unsigned i = 0; i < cProps && RT_SUCCESS(rc); ++i)
     
    18831889            Log(("Set VBoxGuestPropSvc property store\n"));
    18841890        }
    1885     }
    1886     catch(std::bad_alloc &e)
    1887     {
    1888         return VERR_NO_MEMORY;
    18891891    }
    18901892#endif /* VBOX_WITH_GUEST_PROPS defined */
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