VirtualBox

Changeset 12461 in vbox


Ignore:
Timestamp:
Sep 15, 2008 1:05:51 PM (16 years ago)
Author:
vboxsync
Message:

PerfAPI: Do not call preCollect if no metrics are to be collected. Could this help with memory leak problem?

File:
1 edited

Legend:

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

    r12456 r12461  
    469469        }
    470470
     471    if (toBeCollected.size() == 0)
     472        return;
     473
    471474    /* Let know the platform specific code what is being collected */
    472475    m.hal->preCollect(hints);
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