efi icon indicating copy to clipboard operation
efi copied to clipboard

Remove memory leaks everywhere

Open gurry opened this issue 7 years ago • 0 comments
trafficstars

Currently we do not clean heap allocated pointers given to us by UEFI at many please (such as DevicePath). Use EfiBox to store these pointers which will ensure they're cleaned up.

gurry avatar Aug 30 '18 07:08 gurry