Re: [PATCH 1/2] loader/efi/linux: Fix memory leak

2025-05-16 Thread Daniel Kiper
The patch set is missing cover letter. On Tue, May 13, 2025 at 11:03:25AM +, khaalid cali wrote: > From: khaalid Again, you can drop this from all patches. > It was forgotten to free mempath entirely. > > Signed-off-by: Khalid Ali > --- > grub-core/loader/efi/linux.c | 9 - > 1 fi

[PATCH 1/2] loader/efi/linux: Fix memory leak

2025-05-13 Thread khaalid cali
From: khaalid It was forgotten to free mempath entirely. Signed-off-by: Khalid Ali --- grub-core/loader/efi/linux.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/grub-core/loader/efi/linux.c b/grub-core/loader/efi/linux.c index b45a3cc61..7c7db3e3a 100644 --- a/gr