Off-list, Ævar reported a few small leaks in merge-ort to me that I missed previously. Here's a couple fixes. Elijah Newren (2): merge-ort: fix small memory leak in detect_and_process_renames() merge-ort: fix small memory leak in unique_path() merge-ort.c | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) base-commit: e2ac9141e64e2cd3e690d1b5fc848949827c09b4 Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1152%2Fnewren%2Fmerge-ort-leak-fixes-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1152/newren/merge-ort-leak-fixes-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/1152 -- gitgitgadget