]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/plug-random-leaks'
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Oct 2021 22:43:13 +0000 (15:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Oct 2021 22:43:13 +0000 (15:43 -0700)
Leakfix.

* ab/plug-random-leaks:
  reflog: free() ref given to us by dwim_log()
  submodule--helper: fix small memory leaks
  clone: fix a memory leak of the "git_dir" variable
  grep: fix a "path_list" memory leak
  grep: use object_array_clear() in cmd_grep()
  grep: prefer "struct grep_opt" over its "void *" equivalent


Trivial merge