We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08b8ca commit 1b02641Copy full SHA for 1b02641
src/subcommand/log_subcommand.cpp
@@ -94,4 +94,6 @@ void log_subcommand::run()
94
commit_wrapper commit = repo.find_commit(commit_oid);
95
print_commit(commit, m_format_flag);
96
}
97
+
98
+ git_revwalk_free(walker);
99
0 commit comments