VirtualBox

Ignore:
Timestamp:
Oct 23, 2020 9:06:16 AM (4 years ago)
Author:
vboxsync
Message:

VMM/DBGF: Missing tracer destruction in R0 when the VM terminates, bugref:9210

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp

    r82989 r86683  
    5454#include <VBox/vmm/gmm.h>
    5555#include "GVMMR0Internal.h"
     56#include <VBox/vmm/dbgf.h>
    5657#include <VBox/vmm/iom.h>
    5758#include <VBox/vmm/pdm.h>
     
    906907                        rc = GMMR0InitPerVMData(pGVM);
    907908                        int rc2 = PGMR0InitPerVMData(pGVM);
     909                        DBGFR0InitPerVMData(pGVM);
    908910                        PDMR0InitPerVMData(pGVM);
    909911                        IOMR0InitPerVMData(pGVM);
     
    13021304    PDMR0CleanupVM(pGVM);
    13031305    IOMR0CleanupVM(pGVM);
     1306    DBGFR0CleanupVM(pGVM);
    13041307    PGMR0CleanupVM(pGVM);
    13051308
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