summaryrefslogtreecommitdiff
path: root/tests-clar/checkout/crlf.c
diff options
context:
space:
mode:
authorPhilip Kelley <phkelley@hotmail.com>2013-01-25 22:43:52 -0500
committerPhilip Kelley <phkelley@hotmail.com>2013-01-25 22:43:52 -0500
commitcfc39f5078ecea864d78d349264eb259d4604363 (patch)
treea0277845b0a5e2a6279b03306ca176ba72b936f7 /tests-clar/checkout/crlf.c
parentae386101d249f77039f5b00ada190132acad90a8 (diff)
downloadlibgit2-cfc39f5078ecea864d78d349264eb259d4604363.tar.gz
Fix 3 memory leaks
Diffstat (limited to 'tests-clar/checkout/crlf.c')
-rw-r--r--tests-clar/checkout/crlf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-clar/checkout/crlf.c b/tests-clar/checkout/crlf.c
index a4eb2d3e0..856d32bd1 100644
--- a/tests-clar/checkout/crlf.c
+++ b/tests-clar/checkout/crlf.c
@@ -21,6 +21,7 @@ void test_checkout_crlf__initialize(void)
g_repo = cl_git_sandbox_init("crlf");
cl_git_pass(git_repository_head_tree(&tree, g_repo));
+ git_tree_free(tree);
}
void test_checkout_crlf__cleanup(void)