]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/plug-revisions-leak'
authorJunio C Hamano <gitster@pobox.com>
Fri, 12 Aug 2022 20:19:08 +0000 (13:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Aug 2022 20:19:08 +0000 (13:19 -0700)
commit83489a5b2073cf031412a911cc7e30e6a1de27ac
tree4f836f15071141bc1e74020507d126a75e8060a0
parent657c7403a3c15ac670f82d0ace38bab810755e10
parentf92dbdbc6a8aa5f3979f4bb7a7b9bbc8ec9b4aa6
Merge branch 'ab/plug-revisions-leak'

Plug a bit more leaks in the revisions API.

* ab/plug-revisions-leak:
  revisions API: don't leak memory on argv elements that need free()-ing
  bisect.c: partially fix bisect_rev_setup() memory leak
  log: refactor "rev.pending" code in cmd_show()
  log: fix a memory leak in "git show <revision>..."
  test-fast-rebase helper: use release_revisions() (again)
  bisect.c: add missing "goto" for release_revisions()
remote.c
revision.c