Re: [PATCH] clk: mvebu: ap-cpu-clk: Fix a memory leak in error handling paths
From: Dan Carpenter <hidden>
Date: 2021-09-01 09:57:58
Also in:
linux-clk, lkml
From: Dan Carpenter <hidden>
Date: 2021-09-01 09:57:58
Also in:
linux-clk, lkml
On Fri, Apr 23, 2021 at 09:02:26AM +0200, Christophe JAILLET wrote:
If we exit the for_each_of_cpu_node loop early, the reference on the
current node must be decremented, otherwise there is a leak.
Fixes: f756e362d938 ("clk: mvebu: add CPU clock driver for Armada 7K/8K")
Signed-off-by: Christophe JAILLET <redacted>
---Reviewed-by: Dan Carpenter <redacted> regards, dan carpenter