diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-05-09 11:33:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-05-09 11:33:00 +0000 |
commit | 73daf8ce334dc3d3dc8215cd898cfbb9fe3267de (patch) | |
tree | e6b8e0137600d2ef7f7cc8699d9cee091bb721aa /RELEASE-NOTES | |
parent | 094ceeba14b407f8eafb67d26659649f0dda4b09 (diff) |
Robson Braga Araujo fixed a memory leak when you added an easy handle to a
multi stack and that easy handle had already been used to do one or more
easy interface transfers, as then the code threw away the previously used
DNS cache without properly freeing it.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 208e5b1be..e130302eb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -20,6 +20,7 @@ This release includes the following changes: This release includes the following bugfixes: + o possible memory leak when adding easy handles to multi stack o TFTP works in a more portable fashion (== on more platforms) o WSAGetLastError() is now used (better) on Windows o GnuTLS non-block case that could cause data trashing |