aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-submodule-nested-repo-config.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2024-09-24 17:56:34 -0400
committerJunio C Hamano <gitster@pobox.com>2024-09-25 10:24:54 -0700
commite00e1cff0d845a66c58180d75c33be109a958ba3 (patch)
treea003938866f74f382268daf6c0283eb5458c1ace /t/helper/test-submodule-nested-repo-config.c
parentsend-pack: free cas options before exit (diff)
downloadgit-e00e1cff0d845a66c58180d75c33be109a958ba3.tar.gz
git-e00e1cff0d845a66c58180d75c33be109a958ba3.zip
transport-helper: fix strbuf leak in push_refs_with_push()
We loop over the refs to push, building up a strbuf with the set of "push" directives to send to the remote helper. But if the atomic-push flag is set and we hit a rejected ref, we'll bail from the function early. We clean up most things, but forgot to release the strbuf. Fixing this lets us mark t5541 as leak-free. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-submodule-nested-repo-config.c')
0 files changed, 0 insertions, 0 deletions