...that LeakSanitizer would complain about, causing the check to erroneously fail. Change-Id: Ieaef38576afd6196d38f395d48fd1bc92b22ddb6
20 lines
292 B
Plaintext
20 lines
292 B
Plaintext
--- configure
|
|
+++ configure
|
|
@@ -11821,6 +11821,7 @@
|
|
break;
|
|
}
|
|
}
|
|
+ freeaddrinfo(aitop);
|
|
}
|
|
|
|
if (!(inet4 == 0 || inet4 == 2))
|
|
@@ -11828,8 +11829,6 @@
|
|
if (!(inet6 == 0 || inet6 == 2))
|
|
goto bad;
|
|
|
|
- if (aitop)
|
|
- freeaddrinfo(aitop);
|
|
return 0;
|
|
|
|
bad:
|