You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
51b69d447b
The FindPartitions() allocates memory for PART_BLOCK_DEVICE instance. This allocated memory needs to be de-allocated if no more necessary to avoid memory leak. TBD: Current partition info needs to be cleared before going to next boot option. Signed-off-by: Aiden Park <aiden.park@intel.com>