添加debug文件
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user