1.1.24.17 freeaddrinfo

C

void freeaddrinfo(const struct addrinfo *p)

Description

Frees the memory allocated by getaddrinfo().

Parameters

ParametersDescription
pPointer to address linked list returned by getaddrinfo().

Returns

None.

Remarks

None.