mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-03 12:28:07 +00:00
c/main: Fix copy typo
This commit is contained in:
parent
44b7713793
commit
35e7a7c6ff
|
@ -724,7 +724,7 @@ comp_target_swapchain_cleanup(struct comp_target_swapchain *cts)
|
|||
vk->instance, // instance
|
||||
cts->surface.handle, // surface
|
||||
NULL); //
|
||||
cts->swapchain.handle = VK_NULL_HANDLE;
|
||||
cts->surface.handle = VK_NULL_HANDLE;
|
||||
}
|
||||
|
||||
u_pc_destroy(&cts->upc);
|
||||
|
|
Loading…
Reference in a new issue