Re: [PATCH v2 08/28] fs/squashfs: sqfs_search_dir: fix memory leaks

2020-11-19 Thread Tom Rini
On Tue, Nov 03, 2020 at 12:11:06PM +0100, Richard Genoud wrote: > path, target, res, rem and sym_tokens were not free on error nor success. > > Reviewed-by: Joao Marcos Costa > Signed-off-by: Richard Genoud Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 08/28] fs/squashfs: sqfs_search_dir: fix memory leaks

2020-11-03 Thread João Marcos Costa
Reviewed-by Joao Marcos Costa Em ter., 3 de nov. de 2020 às 08:12, Richard Genoud < richard.gen...@posteo.net> escreveu: > path, target, res, rem and sym_tokens were not free on error nor success. > > Signed-off-by: Richard Genoud > --- > fs/squashfs/sqfs.c | 64 +++

[PATCH v2 08/28] fs/squashfs: sqfs_search_dir: fix memory leaks

2020-11-03 Thread Richard Genoud
path, target, res, rem and sym_tokens were not free on error nor success. Signed-off-by: Richard Genoud --- fs/squashfs/sqfs.c | 64 -- 1 file changed, 51 insertions(+), 13 deletions(-) diff --git a/fs/squashfs/sqfs.c b/fs/squashfs/sqfs.c index 78893b