summaryrefslogtreecommitdiff
path: root/tests/worktree
diff options
context:
space:
mode:
Diffstat (limited to 'tests/worktree')
-rw-r--r--tests/worktree/worktree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/worktree/worktree.c b/tests/worktree/worktree.c
index 9b932d8ae..c79d97ffa 100644
--- a/tests/worktree/worktree.c
+++ b/tests/worktree/worktree.c
@@ -300,6 +300,7 @@ void test_worktree_worktree__add_with_explicit_branch(void)
git_reference_free(branch);
git_reference_free(wthead);
git_repository_free(wtrepo);
+ git_worktree_free(wt);
}