From: Ken Hornstein Date: Fri, 16 Jan 2009 15:48:09 +0000 (+0000) Subject: Move freeaddrinfo() to inside of our loop; this prevents a memory leak X-Git-Tag: PRE_POSIX_CONVERSION~14 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=d6ed7408ae67cf31b31a8c42515a160f7dc6330a;hp=d6ed7408ae67cf31b31a8c42515a160f7dc6330a Move freeaddrinfo() to inside of our loop; this prevents a memory leak and also prevents it from being called with a NULL pointer. ---