ci(amd64/clang/lsan): fix leak sanitizer errors #57
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -93,6 +93,8 @@ Swapchain::~Swapchain()
 | 
			
		|||
		std::this_thread::sleep_for(std::chrono::seconds { 10 });
 | 
			
		||||
		m_device->destroy_swapchain(m_swapchain);
 | 
			
		||||
		m_device->wait_idle();
 | 
			
		||||
 | 
			
		||||
		std::this_thread::sleep_for(std::chrono::seconds { 10 });
 | 
			
		||||
	}
 | 
			
		||||
	catch (const std::exception &exp)
 | 
			
		||||
	{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue