]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sg/plug-line-log-leaks'
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Nov 2022 03:13:45 +0000 (12:13 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Nov 2022 03:13:46 +0000 (12:13 +0900)
A handful of leaks in the line-log machinery have been plugged.

* sg/plug-line-log-leaks:
  diff.c: use diff_free_queue()
  line-log: free the diff queues' arrays when processing merge commits
  line-log: free diff queue when processing non-merge commits

1  2 
diff.c

diff --cc diff.c
Simple merge