mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
libs/vkd3d: Do not leak "framebuffers".
This commit is contained in:
parent
3fe56457f9
commit
1cabd851b8
@ -737,6 +737,7 @@ static ULONG STDMETHODCALLTYPE d3d12_command_list_Release(ID3D12GraphicsCommandL
|
||||
{
|
||||
VK_CALL(vkDestroyFramebuffer(device->vk_device, list->framebuffers[i], NULL));
|
||||
}
|
||||
vkd3d_free(list->framebuffers);
|
||||
|
||||
for (i = 0; i < list->pass_count; ++i)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user