-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
I all,
I started to write a DLL project that uses the nuget cpprestsdk.V140.winapp version 2.7.0.
The DLL is a x64 MFC DLL type.
Memory leaks appear just if have a global object that looks like:
#include <cpprest/json.h>
web::json::value MyVal;
and I exit application by normal quit().
I load and release the DLL that use cpprest140d_2_7.dll by AfxLoadLibrary() and AfxFreeLibrary() respectively.
Sorry if I posted this task here and mybe it is inappropriate for this place.
Some idea/help?
Thank you in advantage.
Metadata
Metadata
Assignees
Labels
No labels