diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-02 21:36:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-02 21:36:47 +0000 |
commit | d4ac3d53fc13ec9fdf4e693e4b6fe2539ee6592c (patch) | |
tree | 99548facd67afb22420917cb6486934d0912e722 /RELEASE-NOTES | |
parent | f0332c0b581f4a7af27d54ac1f837beb59a87fdf (diff) |
- Patrick Scott found a rather large memory leak when using the multi
interface and setting CURLMOPT_MAXCONNECTS to something less than the number
of handles you add to the multi handle. All the connections that didn't fit
in the cache would not be properly disconnected nor freed!
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9cd40916f..550a68c59 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -25,6 +25,7 @@ This release includes the following bugfixes: o FTP ;type=i URLs now work with CURLOPT_PROXY_TRANSFER_MODE in Turkish locale o realms with quoted quotation marks in HTTP Digest headers o VC9 makefiles are now really included + o multi interface memory leak with CURLMOPT_MAXCONNECTS set This release includes the following known bugs: @@ -34,6 +35,7 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Lisa Xu, Daniel Fandrich, Craig A West, Alexey Borzov, Sharad Gupta, - Peter Sylvester, Chad Monroe, Markus Moeller, Yang Tse, Scott Cantor + Peter Sylvester, Chad Monroe, Markus Moeller, Yang Tse, Scott Cantor, + Patrick Scott Thanks! (and sorry if I forgot to mention someone) |