Re: [PATCH 2/5] lib/reloacator: Fix memory leaks

2025-03-27 Thread Vladimir 'phcoder' Serbinenko
Reviewed-By : Vladimir Serbinenko Le jeu. 27 mars 2025, 20:57, Lidong Chen via Grub-devel a écrit : > Fix memory leaks in grub_relocator_alloc_chunk_align(). > > Fixes: CID 473844 > > Signed-off-by: Lidong Chen > --- > grub-core/lib/relocator.c | 6 +- > 1 file changed, 5 insertions(+), 1

[PATCH 2/5] lib/reloacator: Fix memory leaks

2025-03-27 Thread Lidong Chen via Grub-devel
Fix memory leaks in grub_relocator_alloc_chunk_align(). Fixes: CID 473844 Signed-off-by: Lidong Chen --- grub-core/lib/relocator.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/grub-core/lib/relocator.c b/grub-core/lib/relocator.c index e0478ae5b..3306a1bb7 100644 ---