microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
8.02k stars 1.66k forks source link

Fix memory leak in zero_memory_deleter on non-Windows platforms #1808

Open aaron-schulte opened 3 weeks ago

aaron-schulte commented 3 weeks ago

Move delete data outside _WIN32 macro to prevent memory leaks on non-Windows platforms.

aaron-schulte commented 3 weeks ago

Addresses Issue #1696