Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

ares_freeaddrinfo - Free addrinfo structure allocated by ares functions

Description

The ares_freeaddrinfo function frees a structares_addrinfo returned in result of ares_addrinfo_callback

Name

ares_freeaddrinfo - Free addrinfo structure allocated by ares functions

See Also

ares_getaddrinfo(3), 31 October 2018 ARES_FREEADDRINFO(3)

Synopsis

#include <ares.h> void ares_freeaddrinfo(struct ares_addrinfo *ai)

See Also