Hi Taylor On 19/11/2022 02:22, Taylor Blau wrote:
* ab/various-leak-fixes (2022-11-08) 18 commits (merged to 'next' on 2022-11-18 at 8828bb7161) + built-ins: use free() not UNLEAK() if trivial, rm dead code + revert: fix parse_options_concat() leak + cherry-pick: free "struct replay_opts" members + rebase: don't leak on "--abort" + connected.c: free the "struct packed_git" + sequencer.c: fix "opts->strategy" leak in read_strategy_opts() + ls-files: fix a --with-tree memory leak + revision API: call graph_clear() in release_revisions() + unpack-file: fix ancient leak in create_temp_file() + built-ins & libs & helpers: add/move destructors, fix leaks + dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache" + read-cache.c: clear and free "sparse_checkout_patterns" + commit: discard partial cache before (re-)reading it + {reset,merge}: call discard_index() before returning + tests: mark tests as passing with SANITIZE=leak + Merge branch 'pw/rebase-no-reflog-action' into ab/various-leak-fixes + rebase: stop exporting GIT_REFLOG_ACTION + sequencer: stop exporting GIT_REFLOG_ACTION (this branch is used by ab/merge-index-prep.) Various leak fixes. Will merge to 'master'. source: <cover-v2-00.15-00000000000-20221108T172650Z-avarab@xxxxxxxxx>
Below pw/rabse-no-reflog-action is marked for cooking in next but it will be merged to master if you merge this series to master.
Best Wishes Phillip
* pw/rebase-no-reflog-action (2022-11-09) 2 commits (merged to 'next' on 2022-11-14 at 790dadc8d3) + rebase: stop exporting GIT_REFLOG_ACTION + sequencer: stop exporting GIT_REFLOG_ACTION (this branch is used by ab/merge-index-prep.) Avoid setting GIT_REFLOG_ACTION to improve readability of the sequencer internals. Will cook in 'next'. source: <31df037eafede799c2ef27df66c6da309b719b1b.1668003719.git.gitgitgadget@xxxxxxxxx>