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