Signed-off-by: RyanWei <rainmanwy@gmail.com>
This commit is contained in:
Rayn Wei 2020-04-18 13:22:47 +08:00 committed by GitHub
parent 85de706d22
commit 375fd709a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,9 +72,7 @@ S3ClientWrapper::StartService() {
void void
S3ClientWrapper::StopService() { S3ClientWrapper::StopService() {
if (client_ptr_ != nullptr) { client_ptr_ = nullptr;
client_ptr_ = nullptr;
}
Aws::ShutdownAPI(options_); Aws::ShutdownAPI(options_);
} }