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.

  Any subsequent transfer WITHOUT a redirect causes the most recent redirect
  that DID occur on some previous transfer to still be reported.
This commit is contained in:
Daniel Stenberg 2008-10-08 22:01:23 +00:00
parent 8dfddd279b
commit 830018aa38
5 changed files with 16 additions and 9 deletions

View file

@ -3,5 +3,4 @@
# test cases are run by runtests.pl. Just add the plain test case numbers, one
# per line.
# Lines starting with '#' letters are treated as comments.
1080
1081