aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-22 22:33:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-22 22:33:31 +0000
commit67abd4cd47cf0135c9ce0637f224624afad95c2f (patch)
tree26f41b3a6d1489d8a0e372ce7edab141648f09e2 /CHANGES
parent58f4af7973e3d2ec0510050ea207e6b16c6c9a64 (diff)
Rune Kleveland fixed a minor memory leak for received cookies with the (rare)
version attribute set.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 754f72480..d45fa2f3c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,9 @@
Daniel (22 December 2004)
+- Rune Kleveland fixed a minor memory leak for received cookies with the
+ (rare) version attribute set.
+
- Marcin Konicki provided two configure fixes and a source fix to make curl
build out-of-the-box on BeOS.