Author :
Gaurav Gupta
Date :
2014-10-06 19:28:29
Hash :d72cb06d Message :Leak of struct addrinfo in xmlNanoFTPConnect()
For https://bugzilla.gnome.org/show_bug.cgi?id=732352
in case of error condition in IPv6 support, the early return here
doesn't call freeaddrinfo(result), thus leaking memory.