diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-23 14:10:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-23 14:10:29 +0000 |
commit | e202a29a9a3b51204ad3c77d553bdddd60898335 (patch) | |
tree | ab46f3684a8130840abfd41e598199602bb48557 | |
parent | 3755bffcc2fd3b031e6ea9c51e0d2e9949f8c3ce (diff) |
removed a memory leak when doing a windows threaded resolve and it failed
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b207b30ae..b62647602 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,7 @@ This release includes the following changes: This release includes the following bugfixes: + o removed a memory leak when doing a windows threaded resolve and it failed o --proxy-ntlm now checks if libcurl supports NTLM before using it o minor --fail with authentication bugfix o CURLOPT_IPRESOLVE set to CURL_IPRESOLVE_V6 will now cause a returned error |