Free buffer at end of test

This commit is contained in:
Russell Belfer 2013-01-30 11:25:20 -08:00
parent f1e2735c74
commit 3bf68be443

View File

@ -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);
}