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"

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