Commit 123f01f0 by Edward Thomson

stash test: free the reference

parent 795a5b28
......@@ -225,6 +225,7 @@ void test_stash_save__untracked_regression(void)
assert_commit_message_contains("refs/stash", "WIP on master");
git_reference_free(head);
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