From 73daf8ce334dc3d3dc8215cd898cfbb9fe3267de Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 9 May 2006 11:33:00 +0000 Subject: 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. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 03fd1ba92..b6845fa16 100644 --- a/CHANGES +++ b/CHANGES @@ -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. -- cgit v1.2.3