VirtualBox

Changeset 12456 in vbox for trunk


Ignore:
Timestamp:
Sep 15, 2008 10:52:17 AM (16 years ago)
Author:
vboxsync
Message:

PerfAPI: Memory leak fix (corrected)

File:
1 edited

Legend:

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

    r12455 r12456  
    473473
    474474    /* Finally, collect the data */
    475     std::for_each (m.baseMetrics.begin(), m.baseMetrics.end(),
     475    std::for_each (toBeCollected.begin(), toBeCollected.end(),
    476476                   std::mem_fun (&pm::BaseMetric::collect));
    477477    Log4(("{%p} " LOG_FN_FMT ": LEAVE\n", this, __PRETTY_FUNCTION__));
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