VirtualBox

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


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/VMMR3/DBGF.cpp

    r86099 r86361  
    209209
    210210    return VINF_SUCCESS;
     211}
     212
     213
     214/**
     215 * This is for tstCFGM and others to avoid trigger leak detection.
     216 *
     217 * @returns VBox status code.
     218 * @param   pVM     The cross context VM structure.
     219 */
     220VMMR3DECL(void) DBGFR3TermUVM(PUVM pUVM)
     221{
     222    dbgfR3InfoTerm(pUVM);
    211223}
    212224
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