minio / minio-cpp

MinIO C++ Client SDK for Amazon S3 Compatible Cloud Storage
https://minio-cpp.min.io/
Apache License 2.0
127 stars 53 forks source link

fix buffer array deletion properly #105

Closed snarky-snarksson closed 6 months ago

snarky-snarksson commented 7 months ago

Removed possible memory leak because of delete instead of delete [] operator. https://github.com/minio/minio-cpp/issues/103