diff options
author | Zhipeng Lu <[email protected]> | 2023-12-04 18:21:54 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-12-06 15:22:37 -0500 |
commit | 28c28d7f77c06ac2c0b8f9c82bc04eba22912b3b (patch) | |
tree | db2ba7b424ed94ab18bcb2234d5abe18b2c0c969 /scripts/rustdoc_test_builder.rs | |
parent | 0737df9ed0997f5b8addd6e2b9699a8c6edba2e4 (diff) |
drm/radeon/trinity_dpm: fix a memleak in trinity_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: d70229f70447 ("drm/radeon/kms: add dpm support for trinity asics")
Signed-off-by: Zhipeng Lu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'scripts/rustdoc_test_builder.rs')
0 files changed, 0 insertions, 0 deletions