1.1.24.17 freeaddrinfo
C
void freeaddrinfo(const struct addrinfo *p)
Description
Frees the memory allocated by getaddrinfo()
.
Parameters
Parameters | Description |
---|---|
p | Pointer to address linked list returned by getaddrinfo() . |
Returns
None.
Remarks
None.