Re: [PATCH] multiboot: fix memory leak

2022-11-03 Thread Daniel Kiper
On Fri, Oct 28, 2022 at 08:52:01PM +0800, t.feng via Grub-devel wrote: > The commit eb33e61b3 (multiboot: fix memory leak) did not fix all > issues. Fix all of them right now. > > Fixes: eb33e61b3 (multiboot: fix memory leak) Much better. Thank you! However, please add Signed-off-by: "t.feng"

[PATCH] multiboot: fix memory leak

2022-10-28 Thread t.feng via Grub-devel
The commit eb33e61b3 (multiboot: fix memory leak) did not fix all issues. Fix all of them right now. Fixes: eb33e61b3 (multiboot: fix memory leak) --- grub-core/loader/multiboot_elfxx.c | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/grub-core/loader/

Re: [PATCH] multiboot: fix memory leak

2022-10-20 Thread Daniel Kiper
On Sat, Oct 15, 2022 at 06:41:12PM +0800, t.feng via Grub-devel wrote: > follow up the commit: > eb33e61b31902a5493468895aaf83fa0b4f5f59d > > it seems that old commit can not fix memory leak completely. The commit message should look more or less like that: The commit eb33e61b3 (multiboot: fix me

[PATCH] multiboot: fix memory leak

2022-10-15 Thread t.feng via Grub-devel
follow up the commit: eb33e61b31902a5493468895aaf83fa0b4f5f59d it seems that old commit can not fix memory leak completely. --- grub-core/loader/multiboot_elfxx.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/grub-core/loader/multiboot_elfxx.c b/grub-core