Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-11-23 16:12:54 +0300
committerCarlos Martín Nieto <cmn@dwim.me>2014-11-23 17:51:31 +0300
commitf7fcb18f8a7541bfc0228967fcbd916a9f515638 (patch)
treeac2c6cb36f16206fdf2f6d6bb5b7904141aedd2d /tests/status
parente06b1040d703b4489f8280674e59b5245595c586 (diff)
Plug leaks
Valgrind is now clean except for libssl and libgcrypt.
Diffstat (limited to 'tests/status')
-rw-r--r--tests/status/ignore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/status/ignore.c b/tests/status/ignore.c
index 6b31e7785..ea4376c1e 100644
--- a/tests/status/ignore.c
+++ b/tests/status/ignore.c
@@ -925,6 +925,7 @@ void test_status_ignore__subdir_doesnt_match_above(void)
cl_git_pass(git_repository_config_snapshot(&cfg, g_repo));
error = git_config_get_bool(&icase, cfg, "core.ignorecase");
+ git_config_free(cfg);
if (error == GIT_ENOTFOUND)
error = 0;