mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
vk/device: Finish the scratch block pool on device destruction
This commit is contained in:
parent
867f6cb90c
commit
3460e6cb2f
1 changed files with 1 additions and 0 deletions
|
|
@ -630,6 +630,7 @@ VkResult anv_DestroyDevice(
|
|||
anv_block_pool_finish(&device->dynamic_state_block_pool);
|
||||
anv_block_pool_finish(&device->instruction_block_pool);
|
||||
anv_block_pool_finish(&device->surface_state_block_pool);
|
||||
anv_block_pool_finish(&device->scratch_block_pool);
|
||||
|
||||
close(device->fd);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue