mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 19:50:19 +00:00
clar: Clear errors on shutdown
This commit is contained in:
parent
af6bcd8b93
commit
925be045d5
@ -9,6 +9,7 @@ void clar_on_init(void)
|
|||||||
void clar_on_shutdown(void)
|
void clar_on_shutdown(void)
|
||||||
{
|
{
|
||||||
git_threads_shutdown();
|
git_threads_shutdown();
|
||||||
|
giterr_clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void cl_git_mkfile(const char *filename, const char *content)
|
void cl_git_mkfile(const char *filename, const char *content)
|
||||||
|
Loading…
Reference in New Issue
Block a user