Commit 9018529b by Edward Thomson

Merge pull request #3238 from git-up/double_free

Fixed index being double-freed in stash tests
parents 883cb642 07ea3a7f
...@@ -44,8 +44,6 @@ void test_stash_apply__initialize(void) ...@@ -44,8 +44,6 @@ void test_stash_apply__initialize(void)
assert_status(repo, "how", GIT_STATUS_CURRENT); assert_status(repo, "how", GIT_STATUS_CURRENT);
assert_status(repo, "who", GIT_STATUS_CURRENT); assert_status(repo, "who", GIT_STATUS_CURRENT);
assert_status(repo, "when", GIT_ENOTFOUND); assert_status(repo, "when", GIT_ENOTFOUND);
git_index_free(repo_index);
} }
void test_stash_apply__cleanup(void) void test_stash_apply__cleanup(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