if Curl_hash_add() returns NULL, we shall not free the addrinfo field as that
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 Dec 2003 15:22:10 +0000 (15:22 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Dec 2003 15:22:10 +0000 (15:22 +0000)
commitcfe53768dd225eb77e545f58321ca6528287c252
tree53db016fd68fa19ced51d10bf1568a205bb18f60
parent947e6563674b5318b909189168a9640114d8f7ba
if Curl_hash_add() returns NULL, we shall not free the addrinfo field as that
is made in the hash function in the case of failure (using the already setup
'dtor' function).
lib/hostip.c