]> granicus.if.org Git - curl/commit
ares: memory leak fix
authorDaniel Stenberg <daniel@haxx.se>
Thu, 27 Jan 2011 13:37:25 +0000 (14:37 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 27 Jan 2011 13:41:07 +0000 (14:41 +0100)
commitef19e30985fabbe6f5abecf623f371450488653c
tree62857b4ed6125c787a066a7b16fb00a071df8c58
parent2d356ba1683d47ebbd08e9d6e4bb4acbb8729fee
ares: memory leak fix

The double name resolve trick used with c-ares could leave allocated
memory in 'temp_ai' if the operation was aborted in the middle.
lib/hostasyn.c
lib/url.c