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
Move delete data outside _WIN32 macro to prevent memory leaks on non-Windows platforms.