VirtualBox

Changeset 25033 in vbox


Ignore:
Timestamp:
Nov 27, 2009 1:35:26 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55355
Message:

PerformanceImpl.cpp: r=bird: marked what looks like an invalid std::list::erase use.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r24890 r25033  
    457457
    458458
    459 if defined(VBOX_WITH_CROGL) || defined(VBOX_WITH_VIDEOHWACCEL)
     459if (defined(VBOX_WITH_CROGL) || defined(VBOX_WITH_VIDEOHWACCEL)) && !defined(VBOX_WITH_DEBUG_VCC_CRT)
    460460 ifneq ($(KBUILD_TARGET),darwin)
    461461  #
    462462  # VBoxTestOGL - OpenGL support test app.
     463  # Note! Doesn't link with VBOX_WITH_DEBUG_VCC_CRT defined because it uses Qt.
    463464  #
    464465  ifdef VBOX_WITH_VIDEOHWACCEL
  • trunk/src/VBox/Main/PerformanceImpl.cpp

    r22399 r25033  
    494494        if ((*it)->associatedWith(aObject))
    495495        {
     496            /** @todo r=bird: This looks dodgy and needs to be tested with a VBOX_WITH_DEBUG_VCC_CRT. How to reproduce? */
    496497            delete *it;
    497498            m.baseMetrics.erase(it++);
     
    515516        if ((*it)->associatedWith(aObject))
    516517        {
     518            /** @todo r=bird: This looks dodgy and needs to be tested with a VBOX_WITH_DEBUG_VCC_CRT. How to reproduce? */
    517519            delete *it;
    518520            m.metrics.erase(it++);
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