Changeset 91897 in vbox for trunk/src/VBox/Devices/Parallel
- Timestamp:
- Oct 20, 2021 1:42:39 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147701
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp
r91865 r91897 901 901 if (pThis->pszDevicePath) 902 902 { 903 MMR3HeapFree(pThis->pszDevicePath);903 PDMDrvHlpMMHeapFree(pDrvIns, pThis->pszDevicePath); 904 904 pThis->pszDevicePath = NULL; 905 905 }
Note:
See TracChangeset
for help on using the changeset viewer.