Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
free the walker
  • Loading branch information
SandrineP committed Aug 27, 2025
commit 1b0264100ac283de2b1eccc82f366e94827d5e0d
2 changes: 2 additions & 0 deletions src/subcommand/log_subcommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,6 @@ void log_subcommand::run()
commit_wrapper commit = repo.find_commit(commit_oid);
print_commit(commit, m_format_flag);
}

git_revwalk_free(walker);
}