[dxvk] Destroy command list fences

Fixes a validation error.
This commit is contained in:
Philip Rebohle 2022-09-08 19:26:33 +02:00
parent 912b06f37c
commit 72de8a1dc1
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ namespace dxvk {
this->reset();
m_vkd->vkDestroySemaphore(m_vkd->device(), m_sdmaSemaphore, nullptr);
m_vkd->vkDestroyFence(m_vkd->device(), m_fence, nullptr);
}