Commit f9cf12b4 by Vicent Marti

clar: Proper shutdown order

parent d0b452db
...@@ -8,8 +8,8 @@ void clar_on_init(void) ...@@ -8,8 +8,8 @@ void clar_on_init(void)
void clar_on_shutdown(void) void clar_on_shutdown(void)
{ {
git_threads_shutdown();
giterr_clear(); giterr_clear();
git_threads_shutdown();
} }
void cl_git_mkfile(const char *filename, const char *content) void cl_git_mkfile(const char *filename, const char *content)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment