From: Daniel Stenberg Date: Fri, 23 Apr 2004 14:04:30 +0000 (+0000) Subject: Gisle Vanem found and fixed a memory leak when doing (failing) Windows X-Git-Tag: curl-7_11_2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3755bffcc2fd3b031e6ea9c51e0d2e9949f8c3ce;p=thirdparty%2Fcurl.git Gisle Vanem found and fixed a memory leak when doing (failing) Windows threaded name resolves. --- diff --git a/CHANGES b/CHANGES index 29262e27e0..09b7482cc6 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,9 @@ Changelog Daniel (23 April 2004) +- Gisle Vanem found and fixed a memory leak when doing (failing) Windows + threaded name resolves. + - I also added test case 163 just to make sure -F "var=async); + destroy_thread_data(&conn->async); + + if (CURLE_OK != rc) /* close the connection, since we can't return failure here without cleaning up this connection properly */ Curl_disconnect(conn); - } + return (rc); }