mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-06 23:03:40 +00:00
Free buffer at end of test
This commit is contained in:
parent
f1e2735c74
commit
3bf68be443
@ -299,4 +299,6 @@ void test_diff_patch__line_counts_with_eofnl(void)
|
|||||||
cl_git_rewritefile("renames/songofseven.txt", content.ptr);
|
cl_git_rewritefile("renames/songofseven.txt", content.ptr);
|
||||||
|
|
||||||
check_single_patch_stats(g_repo, 1, 1, 1);
|
check_single_patch_stats(g_repo, 1, 1, 1);
|
||||||
|
|
||||||
|
git_buf_free(&content);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user