]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clocksource/drivers/timer-imx-gpt: Fix potential memory leak
authorJacky Bai <ping.bai@nxp.com>
Mon, 9 Oct 2023 08:39:22 +0000 (16:39 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2023 16:56:15 +0000 (16:56 +0000)
commit465b88c0873bbfb82bffa64c1195fd604850604c
treece1fac461589c0ddedd1d0429f47e8874cce9ccd
parentfd0df3f8719201dbe61a4d39083d5aecd705399a
clocksource/drivers/timer-imx-gpt: Fix potential memory leak

[ Upstream commit 8051a993ce222a5158bccc6ac22ace9253dd71cb ]

Fix coverity Issue CID 250382:  Resource leak (RESOURCE_LEAK).
Add kfree when error return.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20231009083922.1942971-1-ping.bai@nxp.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clocksource/timer-imx-gpt.c