summaryrefslogtreecommitdiff
path: root/tests/config/stress.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config/stress.c')
-rw-r--r--tests/config/stress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config/stress.c b/tests/config/stress.c
index a6b665590..d86a11d4a 100644
--- a/tests/config/stress.c
+++ b/tests/config/stress.c
@@ -22,7 +22,7 @@ void test_config_stress__initialize(void)
void test_config_stress__cleanup(void)
{
- git_buf_free(&buf);
+ git_buf_dispose(&buf);
p_unlink(TEST_CONFIG);
}