mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
vk/pipeline: Don't destroy the program stream
It's freed in compiler.cpp and we don't want to free it twice.
This commit is contained in:
parent
920fb771d4
commit
66a4dab89a
1 changed files with 0 additions and 1 deletions
|
|
@ -379,7 +379,6 @@ 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