From: Junio C Hamano Date: Thu, 11 Jun 2026 11:31:18 +0000 (-0700) Subject: Merge branch 'lp/http-fetch-pack-index-leak-fix' X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=31291f5b0a2191b09fceb1c09f6bfd88077e4dd4;p=rit Merge branch 'lp/http-fetch-pack-index-leak-fix' A memory leak in `fetch_and_setup_pack_index()` when verification of the downloaded pack index fails has been plugged. Also an obsolete `unlink()` call on parse failure has been cleaned up. * lp/http-fetch-pack-index-leak-fix: http: fix memory leak in fetch_and_setup_pack_index() http: cleanup function fetch_and_setup_pack_index() --- 31291f5b0a2191b09fceb1c09f6bfd88077e4dd4