VirtualBox

Changeset 12454 in vbox


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

PerfAPI: Memory leak fix (hopefully)

Location:
trunk/src
Files:
4 edited

Legend:

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

    r12400 r12454  
    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__));
  • trunk/src/VBox/Main/testcase/tstAPI.cpp

    r11822 r12454  
    954954        printf ("Opening a remote session for this machine...\n");
    955955        ComPtr <IProgress> progress;
    956         CHECK_RC_BREAK (virtualBox->OpenRemoteSession (session, guid, Bstr("vrdp"),
     956        CHECK_RC_BREAK (virtualBox->OpenRemoteSession (session, guid, Bstr("gui"),
    957957                                                       NULL, progress.asOutParam()));
    958958        printf ("Waiting for the session to open...\n");
  • trunk/src/VBox/Main/testcase/tstCollector.cpp

    r12401 r12454  
    199199        return 1;
    200200    }
    201 #if 0
     201#if 1
    202202    uint64_t start;
    203203
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r12388 r12454  
    13521352                  VBOX_PYXPCOM VBOX_WITH_XPCOM
    13531353VBoxPython_DEFS.darwin = VBOX_PYXPCOM_VERSIONED
    1354 VBoxPython_NAME.darwin = VBoxPython2_3
     1354VBoxPython_NAME.darwin = VBoxPython
    13551355ifeq ($(KBUILD_TARGET),darwin)
    13561356 ## @todo kBuild - this ain't working: VBoxPython_DLLSUFF.darwin = .so
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