Reviewed-by: Christian König <christian.koe...@amd.com>

Am 01.05.2018 um 13:20 schrieb Andrey Grodzovsky:

Reviewed-by: Andrey Grodzovsky <andrey.grodzov...@amd.com>

Andrey


On 05/01/2018 04:03 AM, Michel Dänzer wrote:
On 2018-04-27 04:44 PM, Michel Dänzer wrote:
From: Michel Dänzer<michel.daen...@amd.com>

Fixes memory leaks.

Signed-off-by: Michel Dänzer<michel.daen...@amd.com>
---
  amdgpu/amdgpu_device.c | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/amdgpu/amdgpu_device.c b/amdgpu/amdgpu_device.c
index d81efcf8..983b19ab 100644
--- a/amdgpu/amdgpu_device.c
+++ b/amdgpu/amdgpu_device.c
@@ -128,6 +128,8 @@ static void 
amdgpu_device_free_internal(amdgpu_device_handle dev)
  {
        amdgpu_vamgr_deinit(&dev->vamgr_32);
        amdgpu_vamgr_deinit(&dev->vamgr);
+       amdgpu_vamgr_deinit(&dev->vamgr_high_32);
+       amdgpu_vamgr_deinit(&dev->vamgr_high);
        util_hash_table_destroy(dev->bo_flink_names);
        util_hash_table_destroy(dev->bo_handles);
        pthread_mutex_destroy(&dev->bo_table_mutex);

Any reviews? Without negative feedback, I'll push this tomorrow.





_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to