mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-10 23:00:57 +00:00
Merge pull request #763 from orozery/cleanup_share_after_handles
cleanup curl handles before curl share
This commit is contained in:
commit
212bbbbdf0
@ -416,10 +416,10 @@ bool S3fsCurl::DestroyS3fsCurl(void)
|
||||
if(!S3fsCurl::DestroyCryptMutex()){
|
||||
result = false;
|
||||
}
|
||||
if(!S3fsCurl::DestroyShareCurl()){
|
||||
if(!sCurlPool->Destroy()){
|
||||
result = false;
|
||||
}
|
||||
if (!sCurlPool->Destroy()) {
|
||||
if(!S3fsCurl::DestroyShareCurl()){
|
||||
result = false;
|
||||
}
|
||||
if(!S3fsCurl::DestroyGlobalCurl()){
|
||||
|
Loading…
Reference in New Issue
Block a user