Remove possible segfault in http-fetch.
authorSean <seanlkml@sympatico.ca>
Sat, 20 May 2006 22:46:33 +0000 (18:46 -0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 23 May 2006 01:52:58 +0000 (18:52 -0700)
Free the curl string lists after running http_cleanup to
avoid an occasional segfault in the curl library. Seems
to only occur if the website returns a 405 error.

Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found