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:
authornulltoken <emeric.fermas@gmail.com>2013-11-05 19:14:20 +0400
committernulltoken <emeric.fermas@gmail.com>2013-11-05 20:36:12 +0400
commit39b1ad7f15d19837b3a25690c796ac0a1ac2720e (patch)
tree4f9032e90992bcc61034dad5bf3f5a452e45b7f3 /src/fileops.h
parent74e06c05b54856e31009b8cbb54ea735ee439381 (diff)
Plug configuration file search paths leaks
Diffstat (limited to 'src/fileops.h')
-rw-r--r--src/fileops.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fileops.h b/src/fileops.h
index 59a6a21a7..636c9b67d 100644
--- a/src/fileops.h
+++ b/src/fileops.h
@@ -399,4 +399,9 @@ extern int git_futils_filestamp_check(
extern void git_futils_filestamp_set(
git_futils_filestamp *tgt, const git_futils_filestamp *src);
+/**
+ * Free the configuration file search paths.
+ */
+extern void git_futils_dirs_global_shutdown(void);
+
#endif /* INCLUDE_fileops_h__ */