feat(hos_client_create, hos_client_destory): 多次调用destory不会导致重复释放

This commit is contained in:
彭宣正
2020-12-14 17:24:58 +08:00
parent 505d529c32
commit 10b370e486
55976 changed files with 8544395 additions and 2 deletions

83
support/aws-sdk-cpp-master/.gitignore vendored Normal file
View File

@@ -0,0 +1,83 @@
# IDE Artifacts
.metadata
.build
.idea
*.d
compile_commands.json
Debug
Release
*~
*#
*.iml
tags
#vim swap file
*.swp
#compiled python files
*.pyc
#Vagrant stuff
Vagrantfile
.vagrant
#Mac stuff
.DS_Store
#doxygen
doxygen/html/
doxygen/latex/
#cmake artifacts
dependencies
_build
build
_build_*
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Android Junk
AndroidTestOutput.txt
curl
external
openssl
zlib
credentials
toolchains/android/
# codegen
code-generation/generator/target/
#config output
aws-cpp-sdk-core/include/aws/core/SDKConfig.h
#nuget
*.nupkg