"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so

did "SESS". Fixed now.
This commit is contained in:
Daniel Stenberg
2008-01-23 22:22:12 +00:00
parent 79cb74f03a
commit c914e6ea5d
5 changed files with 23 additions and 9 deletions

View File

@@ -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: