parent
d5d585500d
commit
325466ecae
@ -2,6 +2,9 @@
|
||||
|
||||
## 1.1.0-beta.1 (Unreleased)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fixed a memory leak issue in `Base64Encode()`.
|
||||
|
||||
## 1.0.0 (2021-06-04)
|
||||
|
||||
|
||||
@ -68,7 +68,6 @@ namespace Azure { namespace Core {
|
||||
BUF_MEM* bufferPtr;
|
||||
BIO_get_mem_ptr(bio, &bufferPtr);
|
||||
std::string toReturn(bufferPtr->data, bufferPtr->length);
|
||||
BIO_set_close(bio, BIO_NOCLOSE);
|
||||
BIO_free_all(bio);
|
||||
|
||||
return toReturn;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user