anv: Call vk_object_base_finish for image views

Fixes: 682c81bdfb "vulkan,anv: Add a base object struct type"
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5032>
This commit is contained in:
Jason Ekstrand 2020-05-13 16:26:22 -05:00 committed by Marge Bot
parent ed95f69dd5
commit 3f74c6a881
1 changed files with 1 additions and 0 deletions

View File

@ -2170,6 +2170,7 @@ anv_DestroyImageView(VkDevice _device, VkImageView _iview,
}
}
vk_object_base_finish(&iview->base);
vk_free2(&device->vk.alloc, pAllocator, iview);
}