diff options
Diffstat (limited to 'tests-clar/core/env.c')
| -rw-r--r-- | tests-clar/core/env.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests-clar/core/env.c b/tests-clar/core/env.c index 9361341eb..a2a65be72 100644 --- a/tests-clar/core/env.c +++ b/tests-clar/core/env.c @@ -112,4 +112,6 @@ void test_core_env__1(void) cl_assert(git_futils_find_system_file(&path, "nonexistentfile") == -1); #endif + + git_buf_free(&path); } |
