Changeset 65714 in vbox
- Timestamp:
- Feb 9, 2017 4:59:18 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113423
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/DevEFI.cpp
r63478 r65714 1901 1901 if (pThis->pbDeviceProps) 1902 1902 { 1903 MMR3HeapFree(pThis->pbDeviceProps);1903 PDMDevHlpMMHeapFree(pDevIns, pThis->pbDeviceProps); 1904 1904 pThis->pbDeviceProps = NULL; 1905 1905 pThis->cbDeviceProps = 0;
Note:
See TracChangeset
for help on using the changeset viewer.