• Show log

    Commit

  • Hash : 71d62d39
    Author : Russell Belfer
    Date : 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).