mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
vk/pipeline: Actually free the program stream and dynamic pool
This commit is contained in:
parent
ed2ca020f8
commit
c2eeab305b
1 changed files with 2 additions and 0 deletions
|
|
@ -379,6 +379,8 @@ anv_pipeline_destroy(struct anv_device *device,
|
|||
|
||||
anv_compiler_free(pipeline);
|
||||
anv_reloc_list_finish(&pipeline->batch.relocs, pipeline->device);
|
||||
anv_state_stream_finish(&pipeline->program_stream);
|
||||
anv_state_pool_free(&device->dynamic_state_pool, pipeline->blend_state);
|
||||
anv_device_free(pipeline->device, pipeline);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue