summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-02-14 09:09:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-02-14 09:09:09 +0000
commitd315d41a12b3273b258ea7823b73c3c7bab3a4e9 (patch)
tree63ea1f4894defc58002a2e638dacbb9e7243749a /RELEASE-NOTES
parent4f7687895d243e4be369538449516e761b26a211 (diff)
downloadcurl-d315d41a12b3273b258ea7823b73c3c7bab3a4e9.tar.gz
- Andre Guibert de Bruet found and fixed a memory leak in the content encoding
code, which could happen on libz errors.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 0661de35c..59e442635 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -31,6 +31,7 @@ This release includes the following bugfixes:
o multi interface memory leak with CURLMOPT_MAXCONNECTS set
o CURLINFO_CONTENT_LENGTH_DOWNLOAD size from file:// "transfers" with
CURLOPT_NOBODY set true
+ o memory leak on some libz errors for content encodings
This release includes the following known bugs:
@@ -41,6 +42,6 @@ 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,
- Patrick Scott, Hidemoto Nakada, Jocelyn Jaubert
+ Patrick Scott, Hidemoto Nakada, Jocelyn Jaubert, Andre Guibert de Bruet
Thanks! (and sorry if I forgot to mention someone)