diff --git a/src/intel/vulkan/anv_descriptor_set.c b/src/intel/vulkan/anv_descriptor_set.c index 75ab643f475..f293cf469ee 100644 --- a/src/intel/vulkan/anv_descriptor_set.c +++ b/src/intel/vulkan/anv_descriptor_set.c @@ -614,6 +614,8 @@ void anv_DestroyDescriptorPool( anv_descriptor_set_destroy(device, pool, set); } + util_vma_heap_finish(&pool->bo_heap); + vk_free2(&device->alloc, pAllocator, pool); }