dermesser / libsocket

The ultimate socket library for C and C++, supporting TCP, UDP and Unix sockets (DGRAM and STREAM) on Linux, FreeBSD, Solaris. See also my uvco library for a refreshed version!
https://borgac.net/~lbo/doc/libsocket/
Other
797 stars 195 forks source link

Memory leak in create_multicast_socket() #82

Closed sbelet closed 1 year ago

sbelet commented 1 year ago

getaddrinfo() in create_multicast_socket() leaks memory. There is no freeaddrinfo() used in the function.