K 10 svn:author V 5 markj K 8 svn:date V 27 2016-05-29T19:46:34.445558Z K 7 svn:log V 350 Fix rpcbind init after r300941. - getaddrinfo() sets res = NULL on failure and freeaddrinfo() always dereferences its argument, so we should only free the address list after a successful call. - Address a second potential leak caused by getaddrinfo(AF_INET6) overwriting the address list returned by getaddrinfo(AF_INET). X-MFC-With: r300941 END