Skip to content
Commit 0737df9e authored by Zhipeng Lu's avatar Zhipeng Lu Committed by Alex Deucher
Browse files

drm/radeon/dpm: fix a memleak in sumo_parse_power_table

The rdev->pm.dpm.ps allocated by kcalloc should be freed in every
following error-handling path. However, in the error-handling of
rdev->pm.power_state[i].clock_info the rdev->pm.dpm.ps is not freed,
resulting in a memleak in this function.

Fixes: 80ea2c12

 ("drm/radeon/kms: add dpm support for sumo asics (v2)")
Signed-off-by: default avatarZhipeng Lu <alexious@zju.edu.cn>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4657b3e4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment