mirror of
https://github.com/systemd/systemd.git
synced 2024-12-27 07:22:31 +03:00
boot: Fix memory leak
This commit is contained in:
parent
eb263aabb0
commit
b7b327f856
@ -2658,7 +2658,7 @@ EFI_STATUS efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *sys_table) {
|
||||
EFI_LOADED_IMAGE_PROTOCOL *loaded_image;
|
||||
_cleanup_(file_closep) EFI_FILE *root_dir = NULL;
|
||||
_cleanup_(config_free) Config config = {};
|
||||
char16_t *loaded_image_path;
|
||||
_cleanup_free_ char16_t *loaded_image_path = NULL;
|
||||
EFI_STATUS err;
|
||||
uint64_t init_usec;
|
||||
bool menu = false;
|
||||
|
Loading…
Reference in New Issue
Block a user