添加debug文件

This commit is contained in:
彭宣正
2021-03-22 17:51:42 +08:00
parent aadc23cbfd
commit bf1b324890
3 changed files with 21852 additions and 90 deletions

View File

@@ -961,8 +961,6 @@ int hos_client_destory(hos_client_handle handle)
return HOS_CLIENT_OK;
}
delete handle->S3Client;
Aws::Vector<Aws::S3::Model::Bucket>().swap(handle->buckets);
if (handle->fd_thread)
@@ -1009,6 +1007,8 @@ int hos_client_destory(hos_client_handle handle)
}
}
delete handle->S3Client;
if (hos_cache)
{
free(hos_cache);