aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-01-23 22:22:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-01-23 22:22:12 +0000
commitc914e6ea5dad4dc6281b189a9b1f20bc77c223c8 (patch)
treebd7ffea19fa9d6cc6ac7cd3769acdbcc6428b93d /RELEASE-NOTES
parent79cb74f03a4fa5512812cc8c8e35d735a099b35c (diff)
"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so
did "SESS". Fixed now.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 527059eac..ae8b86b4d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -60,6 +60,7 @@ This release includes the following bugfixes:
o curl_multi_fdset() failed to return socket while doing CONNECT over proxy
o curl_multi_remove_handle() on a handle that is in used for a pipeline now
break that pipeline
+ o CURLOPT_COOKIELIST memory leaks
This release includes the following known bugs: