Changeset 25033 in vbox
- Timestamp:
- Nov 27, 2009 1:35:26 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55355
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r24890 r25033 457 457 458 458 459 if defined(VBOX_WITH_CROGL) || defined(VBOX_WITH_VIDEOHWACCEL)459 if (defined(VBOX_WITH_CROGL) || defined(VBOX_WITH_VIDEOHWACCEL)) && !defined(VBOX_WITH_DEBUG_VCC_CRT) 460 460 ifneq ($(KBUILD_TARGET),darwin) 461 461 # 462 462 # VBoxTestOGL - OpenGL support test app. 463 # Note! Doesn't link with VBOX_WITH_DEBUG_VCC_CRT defined because it uses Qt. 463 464 # 464 465 ifdef VBOX_WITH_VIDEOHWACCEL -
trunk/src/VBox/Main/PerformanceImpl.cpp
r22399 r25033 494 494 if ((*it)->associatedWith(aObject)) 495 495 { 496 /** @todo r=bird: This looks dodgy and needs to be tested with a VBOX_WITH_DEBUG_VCC_CRT. How to reproduce? */ 496 497 delete *it; 497 498 m.baseMetrics.erase(it++); … … 515 516 if ((*it)->associatedWith(aObject)) 516 517 { 518 /** @todo r=bird: This looks dodgy and needs to be tested with a VBOX_WITH_DEBUG_VCC_CRT. How to reproduce? */ 517 519 delete *it; 518 520 m.metrics.erase(it++);
Note:
See TracChangeset
for help on using the changeset viewer.