Commit 71d62d3905723c0263ca00a1d68825e2c35fb987

Russell Belfer 2013-02-15T16:01:31

Fix memory leak in p_getaddrinfo on Amiga If gethostbyname() fails on platforms with NO_ADDRINFO, the code leaks the struct addrinfo that was allocated. This fixes that (and a number of code formatting issues in that area of code in src/posix.c).