From e202a29a9a3b51204ad3c77d553bdddd60898335 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Fri, 23 Apr 2004 14:10:29 +0000
Subject: [PATCH] removed a memory leak when doing a windows threaded resolve
 and it failed

---
 RELEASE-NOTES | 1 +
 1 file changed, 1 insertion(+)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b207b30ae3..b626476029 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
-- 
GitLab