Merge branch 'sg/plug-line-log-leaks'
commit613999cc5c951bc2c078caad59e339243f119a6e
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Nov 2022 03:13:45 +0000 (28 12:13 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Nov 2022 03:13:46 +0000 (28 12:13 +0900)
treebf60befea6698e410499e2e7cacdc93a48cf9967
parent91c43cde25852e91245c2e801b9153aff5f67c6a
parent586d8b5052f6b98c262c872f54216e39f3d56625
Merge branch 'sg/plug-line-log-leaks'

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
diff.c