Unverified Commit 0c34767e by Edward Thomson Committed by GitHub

Merge pull request #5957 from lhchavez/fix-master-build

Fix one memory leak in master
parents cc68c19a d15b6132
......@@ -92,6 +92,8 @@ void test_refs_branches_upstream__upstream_merge(void)
cl_git_pass(git_branch_upstream_merge(&buf, repository, "refs/heads/test"));
cl_assert_equal_s("refs/heads/master", buf.ptr);
git_buf_dispose(&buf);
cl_git_sandbox_cleanup();
}
void test_refs_branches_upstream__upstream_remote_empty_value(void)
......
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