commit | cc945ce3ab563d7dd7657510e1990f6f606c9b46 | [log] [tgz] |
---|---|---|
author | Tom St Denis <tom.stdenis@amd.com> | Thu Aug 25 12:16:24 2016 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Aug 25 14:02:39 2016 -0400 |
tree | 6d48b546917f12408f92bb2565f8893d64f7eac7 | |
parent | c08770eb8a442430420efd826981bbc3b2a1e341 [diff] |
drm/amd/amdgpu: Fix memleak in cz_parse_power_table() If one of the entries fails to be allocated then free all of the previous entries before freeing the array which holds their pointers. Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>