[Multi-Thread] Support working in multi-thread environment

This commit is contained in:
Hui Yu
2020-10-27 20:33:38 +08:00
parent 0e3f44c9f3
commit 493a027b70
10 changed files with 12 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ int main(int argc, char *argv[])
basePath = NULL;
sslConfig = NULL;
apiKeys = NULL;
apiClient_unsetupGlobalEnv();
return 0;
}