Remove sba_allocator
Pre-release
Pre-release
- Remove sba_allocator in case the allocator is gone when the Client clean itself up. (When the client destroy itself, there is a race between the connection destroy and S3 client destroy, may result in a crash)
- Fixed a memory leak about endpoint hash map.