#1685·cpprestsdk

Memory leak with https schema while using cpprest SDK

Author: ksasikCreated Feb 9, 2022Updated Aug 22, 2024

When implementing restapi using cpprest with https schema, memory leak is observed which is pointing to CRYPTO libraries api call i.e CRYPTO_zalloc. If used with http schema, there is no memory leak observed.

Any help is highly appreciated...Thank you in advance.