Commit f9a98f94 by punkymaniac Committed by Edward Thomson

Fix test fail because of memory leak

parent 1fa8014a
......@@ -311,6 +311,7 @@ void test_worktree_worktree__add_no_checkout(void)
git_str_dispose(&path);
git_worktree_free(wt);
git_index_free(index);
git_repository_free(wtrepo);
}
......
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