From: Daniel Stenberg Date: Sun, 19 Jun 2005 21:38:45 +0000 (+0000) Subject: possible windows memory leak fixed by Gisle X-Git-Tag: curl-7_14_1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=396cff5779c34ac2c2caab73bee44a9dd40e72b0;p=thirdparty%2Fcurl.git possible windows memory leak fixed by Gisle --- diff --git a/CHANGES b/CHANGES index 4ca0f2b7ea..c3232f5bfa 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,10 @@ Changelog +Daniel (14 June 2005) +- Gisle Vanem fixed a potential thread handle leak. Bug report #1216500. + Comment in http://curl.haxx.se/mail/lib-2005-06/0059.html + Daniel (13 June 2005) - Made buildconf run libtoolize in the ares dir too (inspired by Tupone's reverted patch). diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2b37144836..1ca8a6a9bd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,7 @@ This release includes the following changes: This release includes the following bugfixes: + o possible memory leak in windows name resolves o c-ares enabled build with mingw o proxy host set with numerical IPv6 address o better treatment of binary zeroes in HTTP response headers