X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.c;h=ae27e0c9409b93558e50318f2dd0a4fe758293b5;hb=bc32fed5516375ef78bc0f6270eb57bf1bb12d47;hp=576740feff9ffa62b65f8cdf0a38f2354872c520;hpb=1fcdd62adf81a172f45c7c6a58177212d500b9d9;p=git.git diff --git a/http.c b/http.c index 576740fef..ae27e0c94 100644 --- a/http.c +++ b/http.c @@ -300,6 +300,7 @@ void http_cleanup(void) curl_global_cleanup(); curl_slist_free_all(pragma_header); + pragma_header = NULL; } struct active_request_slot *get_active_slot(void)