ci(amd64/clang/lsan): fix leak sanitizer errors #57

Merged
light7734 merged 35 commits from ci/leak_sanatizer_fix into main 2025-10-09 14:08:14 +00:00
Showing only changes of commit d75a1d9c5f - Show all commits

View file

@ -92,6 +92,7 @@ Swapchain::~Swapchain()
// m_device->destroy_image_views(m_image_views);
std::cout << "DESTROYING SWAPCHAIN" << std::endl;
m_device->destroy_swapchain(m_swapchain);
m_device->wait_idle();
}
catch (const std::exception &exp)
{