summaryrefslogtreecommitdiff
path: root/tests/iterator/workdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/iterator/workdir.c')
-rw-r--r--tests/iterator/workdir.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/iterator/workdir.c b/tests/iterator/workdir.c
index 3abaee65c..fc7771c20 100644
--- a/tests/iterator/workdir.c
+++ b/tests/iterator/workdir.c
@@ -1030,6 +1030,8 @@ static void create_paths(const char *root, int depth)
create_paths(fullpath.ptr, (depth - 1));
}
}
+
+ git_buf_free(&fullpath);
}
void test_iterator_workdir__pathlist_for_deeply_nested_item(void)