Re: [PATCH] octeontx2-af: fix memory leak of lmac and lmac->name

From: Sunil Kovvuri
Date: Thu Jan 07 2021 - 12:02:26 EST


On Thu, Jan 7, 2021 at 6:11 PM Colin King <colin.king@xxxxxxxxxxxxx> wrote:
>
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Currently the error return paths don't kfree lmac and lmac->name
> leading to some memory leaks. Fix this by adding two error return
> paths that kfree these objects
>
> Addresses-Coverity: ("Resource leak")
> Fixes: 1463f382f58d ("octeontx2-af: Add support for CGX link management")
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> ---

Thanks for the fix, looks good to me.

Sunil.