aws / aws-sdk-cpp

AWS SDK for C++
Apache License 2.0
1.96k stars 1.05k forks source link

fix bcrypt api misuse caused memory leak #2919

Closed normanade closed 5 months ago

normanade commented 5 months ago

Issue #2918 , if available: S3Client Leaks Memory on Windows caused by BCrypt API Misuse

Description of changes: fix bcrypt api misuse by deconstructing member variables without ommision

Check all that applies:

Check which platforms you have built SDK on to verify the correctness of this PR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

normanade commented 5 months ago

double checked, existing typos has been fixed by now, request merge again