commit | a82d397bffc2ff3a72e9b8ca3850771ff5cf451f | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Mar 18 16:47:29 2016 +0000 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Mar 21 11:52:13 2016 -0400 |
tree | cc8fcb1a62f77a65c6482b5a042ee4678c93c16e | |
parent | 568d7c764ae01f3706085ac8f0d8a8ac7e826bd7 [diff] |
drm/amd/powerplay: fix memory leak of tdp_table tdp_table is being leaked on failed allocations of hwmgr->dyn_state.cac_dtp_table. kfree tdp_table on the error return path to fix the leak. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>