Closed snarky-snarksson closed 8 months ago
In https://github.com/minio/minio-cpp/blob/main/src/client.cc#L695 shouldn't the line be delete []buf; ?
delete []buf;
And maybe use std::vector instead?
Feel free to send a PR
Fixed by https://github.com/minio/minio-cpp/pull/105
In https://github.com/minio/minio-cpp/blob/main/src/client.cc#L695 shouldn't the line be
delete []buf;
?And maybe use std::vector instead?