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 /CHANGES | |
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 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel (9 May 2006) +- 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. + Daniel (8 May 2006) - Fixed known bug #28. The TFTP code no longer assumes a packed struct and thus works reliably on more platforms. |