Re: [PATCH v2 0/3] commands/efi/lsefi: Fix memory leak

2025-05-19 Thread Daniel Kiper
On Fri, May 16, 2025 at 07:08:24PM +, khaalid cali wrote: > From: khaalid Please drop this line. It is not needed... Additionally, may I ask you to send patches using "git send-email" command? > "handles" that "grub_efi_locate_handles" was allocated with "grub_malloc" > wasn't being freed.

[PATCH v2 0/3] commands/efi/lsefi: Fix memory leak

2025-05-16 Thread khaalid cali
From: khaalid "handles" that "grub_efi_locate_handles" was allocated with "grub_malloc" wasn't being freed. Signed-off-by: Khalid Ali --- grub-core/commands/efi/lsefi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/commands/efi/lsefi.c b/grub-core/commands/efi/