summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorJeff Hostetler <jeffhost@microsoft.com>2015-04-17 09:30:22 -0400
committerJeff Hostetler <jeffhost@microsoft.com>2015-04-17 09:30:22 -0400
commit55c5f756d80cb762fa21054c7460359424428668 (patch)
tree6c2f1fe3f56d9541a8be180c64253fc2d856db2e /src/global.h
parentc332bb70cdf02f202f783485819f65feca953550 (diff)
downloadlibgit2-55c5f756d80cb762fa21054c7460359424428668.tar.gz
Attempt to fix Windows TLS memory leak.
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h
index a89a8d6ab..9d763b0c2 100644
--- a/src/global.h
+++ b/src/global.h
@@ -32,4 +32,6 @@ typedef void (*git_global_shutdown_fn)(void);
extern void git__on_shutdown(git_global_shutdown_fn callback);
+extern void git__free_thread_global_state(void);
+
#endif