Commit cb7ac81c by Ben Straub

Fix warning

parent df705148
......@@ -18,7 +18,7 @@ void test_refs_branches_create__cleanup(void)
git_reference_free(branch);
branch = NULL;
git_object_free(target);
git_commit_free(target);
target = NULL;
git_repository_free(repo);
......
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