commit | 3148a6a0ef3cf93570f30a477292768f7eb5d3c3 | [log] [tgz] |
---|---|---|
author | Jack Zhang <Jack.Zhang1@amd.com> | Wed Apr 01 20:06:58 2020 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Apr 01 14:44:22 2020 -0400 |
tree | 17c68ada245fc378835f7f47ee6a5464fbd50f86 | |
parent | d6e7042f4e80f2f139c23237da63ffcb060b0710 [diff] |
drm/amdkfd: kfree the wrong pointer Originally, it kfrees the wrong pointer for mem_obj. It would cause memory leak under stress test. Signed-off-by: Jack Zhang <Jack.Zhang1@amd.com> Acked-by: Nirmoy Das <nirmoy.das@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>