VirtualBox

Changeset 86361 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Sep 30, 2020 6:59:31 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140652
Message:

VMM,DBGC: Prevent leaks detection triggering in tstCFGM. bugref:9841

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstCFGM.cpp

    r85169 r86361  
    2323#include <VBox/sup.h>
    2424#include <VBox/vmm/cfgm.h>
     25#include <VBox/vmm/dbgf.h>
    2526#include <VBox/vmm/mm.h>
    2627#include <VBox/vmm/vm.h>
     
    124125    /* done */
    125126    RTTESTI_CHECK_RC_RETV(CFGMR3Term(pVM), VINF_SUCCESS);
     127    MMR3TermUVM(pUVM);
     128    STAMR3TermUVM(pUVM);
     129    DBGFR3TermUVM(pUVM);
     130    RTMemPageFree(pUVM, sizeof(*pUVM));
    126131}
    127132
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