(rs_context_destroy): Use free() rather than rs_free() for realm->name.
[radsecproxy.git] / hostport_types.h
1 struct hostportres {
2     char *host;
3     char *port;
4     uint8_t prefixlen;
5     struct addrinfo *addrinfo;
6 };