Changeset 48739 in vbox for trunk/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c
- Timestamp:
- Sep 27, 2013 2:03:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c
r48730 r48739 138 138 } 139 139 140 #ifdef VBOX 141 FreePool (BootOption->Description); 142 FreePool (BootOption->DevicePath); 143 FreePool (BootOption->LoadOptions); 144 FreePool (BootOption->OptionName); 145 #endif 140 146 FreePool (BootOption); 141 147
Note:
See TracChangeset
for help on using the changeset viewer.