credit to John Wilkinson

This commit is contained in:
Daniel Stenberg
2008-10-15 07:31:31 +00:00
parent 9b3f863cf5
commit 1667890172
2 changed files with 4 additions and 3 deletions

View File

@@ -20,8 +20,9 @@ Daniel Fandrich (8 Oct 2008)
are added to DISABLED.
Daniel Stenberg (8 Oct 2008)
- Bug #2152270 (http://curl.haxx.se/bug/view.cgi?id=2152270) identified and
fixed a CURLINFO_REDIRECT_URL memory leak and an additional wrong-doing:
- John Wilkinson filed bug #2152270
(http://curl.haxx.se/bug/view.cgi?id=2152270) which identified and fixed a
CURLINFO_REDIRECT_URL memory leak and an additional wrong-doing:
Any subsequent transfer with a redirect leaks memory, eventually crashing
the process potentially.