allinux commented on issue #37375:
URL: https://github.com/apache/arrow/issues/37375#issuecomment-1692592344
```
#include <aws/core/Aws.h>
int main(int argc, char** argv) {
Aws::SDKOptions options;
Aws::InitAPI(options);
Aws::ShutdownAPI(options);
}
```
sample code above has no memory leaks.
```
==539449== HEAP SUMMARY:
==539449== in use at exit: 0 bytes in 0 blocks
==539449== total heap usage: 47,946 allocs, 47,946 frees, 4,268,580 bytes
allocated
==539449==
==539449== All heap blocks were freed -- no leaks are possible
==539449==
==539449== For lists of detected and suppressed errors, rerun with: -s
==539449== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]