diff options
author | Zhipeng Lu <alexious@zju.edu.cn> | 2023-12-04 11:57:56 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-12-06 23:22:37 +0300 |
commit | 0737df9ed0997f5b8addd6e2b9699a8c6edba2e4 (patch) | |
tree | 286036134221c908a2874e59fd7c16c82bb73751 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 4657b3e45683223b5d982ec13a6e2cd367004bb6 (diff) | |
download | linux-0737df9ed0997f5b8addd6e2b9699a8c6edba2e4.tar.xz |
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: 80ea2c129c76 ("drm/radeon/kms: add dpm support for sumo asics (v2)")
Signed-off-by: Zhipeng Lu <alexious@zju.edu.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions