Commit 96212813 by Edward Thomson

stash test: free the commit

parent 123f01f0
......@@ -226,6 +226,7 @@ void test_stash_save__untracked_regression(void)
assert_commit_message_contains("refs/stash", "WIP on master");
git_reference_free(head);
git_commit_free(head_commit);
git_buf_free(&untracked_dir);
}
......
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