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)
commit07001f95a60149619bed62af7ad59052ace7ac92
tree4db15285b6204ef93f464a931dc62bb62e479ef5
parent7f7e6eacf999cb53771426e561589f721e6c9974
Remove possible segfault in http-fetch.

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>
http-fetch.c