X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=http-fetch.c;h=661c909152925ea3c9a375c13121200067e97cd2;hb=5ad312bedede83f63de5e69ef5e5ddff46484eae;hp=cc7bd1f3676d58f62bb0c1e5d029d9273aecf2c0;hpb=6858d494926437ad7b7e9199ea39953eb90c7bab;p=git.git diff --git a/http-fetch.c b/http-fetch.c index cc7bd1f3..661c9091 100644 --- a/http-fetch.c +++ b/http-fetch.c @@ -1271,10 +1271,10 @@ int main(int argc, char **argv) if (pull(commit_id)) rc = 1; - curl_slist_free_all(no_pragma_header); - http_cleanup(); + curl_slist_free_all(no_pragma_header); + if (corrupt_object_found) { fprintf(stderr, "Some loose object were found to be corrupt, but they might be just\n"