You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whole library (maybe the json library) leaks. Might be related to the use of the libcurl library. Specifically, the leaks are occurring in the curl_slist_append function.
The whole library (maybe the json library) leaks. Might be related to the use of the libcurl library. Specifically, the leaks are occurring in the curl_slist_append function.
Tested as follows on linux:
But I've tried it with the example instead and it leaks as well.
Noticed through compiling with -g --fsanitize=true
The text was updated successfully, but these errors were encountered: