Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/vkd3d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/vkd3d/command.c')
-rw-r--r--libs/vkd3d/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/vkd3d/command.c b/libs/vkd3d/command.c
index e5a0c76e..a14ee8a7 100644
--- a/libs/vkd3d/command.c
+++ b/libs/vkd3d/command.c
@@ -743,6 +743,7 @@ static ULONG STDMETHODCALLTYPE d3d12_command_list_Release(ID3D12GraphicsCommandL
{
VK_CALL(vkDestroyRenderPass(device->vk_device, list->passes[i], NULL));
}
+ vkd3d_free(list->passes);
vkd3d_free(list);