VirtualBox

Changeset 91897 in vbox for trunk/src/VBox/Devices/Trace


Ignore:
Timestamp:
Oct 20, 2021 1:42:39 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147701
Message:

VMM,Devices: Add callbacks to required MMR3* APIs to the helper callbacks tables and convert devices and drivers to make use of those, bugref:10074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Trace/DrvIfsTrace.cpp

    r91870 r91897  
    8080    if (pThis->pszTraceFilePath)
    8181    {
    82         MMR3HeapFree(pThis->pszTraceFilePath);
     82        PDMDrvHlpMMHeapFree(pDrvIns, pThis->pszTraceFilePath);
    8383        pThis->pszTraceFilePath = NULL;
    8484    }
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