diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-08-20 19:29:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-08-20 19:29:00 +0000 |
commit | 3743f515cfc5ed1b6c7bb301ceca5bafdbcc1360 (patch) | |
tree | b57bb9708314c589c3de6ecdbae04afcc58c54e8 /CHANGES | |
parent | 3e0b6a7d1f2b28d17635fd3fa7451be58f97858e (diff) |
- Phil Pellouchoud pointed out that the windows version of libcurl had a
memory leak because it never called the OpenSSL function
CRYPTO_cleanup_all_ex_data() as it was supposed to. This was because of a
missing define in config-win32.h!
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel Stenberg (20 Aug 2008) +- Phil Pellouchoud pointed out that the windows version of libcurl had a + memory leak because it never called the OpenSSL function + CRYPTO_cleanup_all_ex_data() as it was supposed to. This was because of a + missing define in config-win32.h! + Yang Tse (18 Aug 2008) - Added test case 557 to verify libcurl's internal curl_m*printf() functions formatting functionality when handling signed and unsigned longs, as well as |