Re: [PATCH] thermal/core: avoid memory leak

From: Dan Carpenter
Date: Mon Mar 22 2021 - 15:19:21 EST


On Tue, Mar 23, 2021 at 12:12:04AM +0500, Muhammad Usama Anjum wrote:
> When memory allocation for cdev is successful but ida_simple_get fails,
> branch to out_kfree_cdev label happens and cdev isn't freed. There are
> other some other branches in which the memory can leaked. Fix it by
> freeing cdev.
>

The patch is correct, but Daniel already sent a fix for it.

regards,
dan carpenter