do not leak addrinfo in configure test
This commit is contained in:
parent
4e64c2c838
commit
d34677c130
|
@ -11728,6 +11728,8 @@ int main()
|
|||
break;
|
||||
}
|
||||
}
|
||||
freeaddrinfo(aitop);
|
||||
aitop = NULL;
|
||||
}
|
||||
|
||||
if (!(inet4 == 0 || inet4 == 2))
|
||||
|
|
|
@ -3422,6 +3422,8 @@ int main()
|
|||
break;
|
||||
}
|
||||
}
|
||||
freeaddrinfo(aitop);
|
||||
aitop = NULL;
|
||||
}
|
||||
|
||||
if (!(inet4 == 0 || inet4 == 2))
|
||||
|
|
Loading…
Reference in New Issue