diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-25 14:30:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-25 14:30:51 +0000 |
commit | 824aa5f9181a22a55224d6945886894029d04a3d (patch) | |
tree | 87aa64ff006578a1df2b647dbcc3bf0224eebd90 /CHANGES | |
parent | ca67dcbc055bb1a017e9d215859362348dbbcbaa (diff) |
Michal Marek fixed the test script to be able to use valgrind even when the
lib is built shared with libtool.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ Changelog Daniel S (25 October 2007) +- Michal Marek fixed the test script to be able to use valgrind even when the + lib is built shared with libtool. + - Fixed a few memory leaks when the same easy handle is re-used to request URLs with different protocols. FTP and TFTP related leaks. Caught thanks to Dan F's new test cases. |