mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-01 03:54:38 +00:00
clar: Proper shutdown order
This commit is contained in:
parent
d0b452db02
commit
f9cf12b4f5
@ -8,8 +8,8 @@ void clar_on_init(void)
|
||||
|
||||
void clar_on_shutdown(void)
|
||||
{
|
||||
git_threads_shutdown();
|
||||
giterr_clear();
|
||||
git_threads_shutdown();
|
||||
}
|
||||
|
||||
void cl_git_mkfile(const char *filename, const char *content)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user