diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-06-13 08:11:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-06-13 08:11:45 +0000 |
commit | 2488fff451863db7b18d7a4adf412536c1d864c6 (patch) | |
tree | 96eee4f197d41989fa65a2881a5571ea1c82f38f /CHANGES | |
parent | 611f50fb7688344076b5bc4d305461e6dcca8a56 (diff) |
free-twice problem corrected
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ History of Changes +Daniel (13 June 2000) +- Luong Dinh Dung <dung at sch.bme.hu> found a problem in curl_easy_cleanup() + since it free()ed the main curl struct *twice*. This is now corrected. + Daniel (9 June 2000) - Updated the RESOURCES file, added a README.win32 file. |