]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/ref-filter-leakfix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Oct 2021 22:43:12 +0000 (15:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Oct 2021 22:43:12 +0000 (15:43 -0700)
"git for-each-ref" family of commands were leaking the ref_sorting
instances that hold sorting keys specified by the user; this has
been corrected.

* ab/ref-filter-leakfix:
  branch: use ref_sorting_release()
  ref-filter API user: add and use a ref_sorting_release()
  tag: use a "goto cleanup" pattern, leak less memory


Trivial merge