mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 09:01:49 +00:00 
			
		
		
		
	Lint
This commit is contained in:
		@@ -174,7 +174,7 @@ std::unique_ptr<GetaddrinfoFuture> getaddrinfo_async(const char *node, const cha
 | 
			
		||||
void freeaddrinfo(struct addrinfo *ai) {
 | 
			
		||||
  while (ai != nullptr) {
 | 
			
		||||
    struct addrinfo *next = ai->ai_next;
 | 
			
		||||
    delete ai;
 | 
			
		||||
    delete ai;  // NOLINT(cppcoreguidelines-owning-memory)
 | 
			
		||||
    ai = next;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user