diff --git a/src/dxvk/dxvk_compute.cpp b/src/dxvk/dxvk_compute.cpp index 5c47f2ea0..8f5e6e4d3 100644 --- a/src/dxvk/dxvk_compute.cpp +++ b/src/dxvk/dxvk_compute.cpp @@ -74,7 +74,6 @@ namespace dxvk { // was faster compiling the same pipeline if (this->findPipeline(state, pipeline)) { this->destroyPipeline(newPipelineHandle); - m_vkd->vkDestroyPipeline(m_vkd->device(), newPipelineHandle, nullptr); return pipeline; }