diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-02 11:27:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-02 11:27:06 +0000 |
commit | 2046a6b9e5fa59154c76c01bd1ebc34e6eb36f4b (patch) | |
tree | d31f2f181faa33e3ca38b8a4ee161735341703be /CHANGES | |
parent | d1d53b2bbf4773146dafe7b634424227a9c4f140 (diff) |
curl_share_cleanup fix
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel (2 July 2004) +- Andrés García reported a curl_share_cleanup() crash that occurs when no + lock/unlock callbacks have been set and the share is cleaned up. + Daniel (1 July 2004) - When using curl --trace or --trace-ascii, no trace messages that were sent by curl_easy_cleanup() were included in the trace file. This made the |