author | Sean <seanlkml@sympatico.ca> | |
Sat, 20 May 2006 22:46:33 +0000 (18:46 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 23 May 2006 01:52:58 +0000 (18:52 -0700) | ||
commit | 07001f95a60149619bed62af7ad59052ace7ac92 | |
tree | 4db15285b6204ef93f464a931dc62bb62e479ef5 | tree | snapshot |
parent | 7f7e6eacf999cb53771426e561589f721e6c9974 | commit | diff |
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>
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 | diff | blob | history |