Commit 3bf68be4 by Russell Belfer

Free buffer at end of test

parent f1e2735c
......@@ -299,4 +299,6 @@ void test_diff_patch__line_counts_with_eofnl(void)
cl_git_rewritefile("renames/songofseven.txt", content.ptr);
check_single_patch_stats(g_repo, 1, 1, 1);
git_buf_free(&content);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment