diff options
| author | Carlos Martín Nieto <cmn@dwim.me> | 2015-03-04 00:29:37 +0100 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@dwim.me> | 2015-03-04 00:29:37 +0100 |
| commit | fe21d708b02c1b35c0ea717889ea633fe78eabaf (patch) | |
| tree | 9749f518a2d4e80c7b44bb238260c45a6b48d65b /tests/config/include.c | |
| parent | 9ce97782b412edb55b4bf8cb63e863d49745e09d (diff) | |
| download | libgit2-fe21d708b02c1b35c0ea717889ea633fe78eabaf.tar.gz | |
Plug a few leaks
Diffstat (limited to 'tests/config/include.c')
| -rw-r--r-- | tests/config/include.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/config/include.c b/tests/config/include.c index e9f542afe..882b89b16 100644 --- a/tests/config/include.c +++ b/tests/config/include.c @@ -128,5 +128,6 @@ void test_config_include__depth2(void) cl_git_pass(git_config_get_string_buf(&buf, cfg, "foo.bar2")); cl_assert_equal_s("baz2", git_buf_cstr(&buf)); + git_buf_free(&buf); git_config_free(cfg); } |
