commit-graph.c now depends on the_hash_algo, which means the_repository must be initialized before attempting to load a commit graph. This series adds the initialization and cleanup to fuzz-commit-graph, and fixes a leak it discovered in the cleanup code. Josh Steadmon (2): fuzz-commit-graph: initialize repo objects object: fix leak of shallow_stat fuzz-commit-graph.c | 3 +++ object.c | 2 ++ 2 files changed, 5 insertions(+) -- 2.20.1.611.gfbb209baf1-goog