Libcurl curl_slist_append() leads to memory leak.

2022-04-22 Thread Iku_ex Diaz via curl-library
*System* x86 with Linux Ubuntu 22.04 *Problem* I'm running a program that uses libcurl to perform 3 requests, one GET, and two PUT. Using *Valgrind *outputs several memory leaks originated at the *curl_slist_append() *calls for the two PUT requests. *TRACE:* ==15078== HEAP SUMMARY: ==15078==

Re: Libcurl curl_slist_append() leads to memory leak.

2022-04-25 Thread Iku_ex Diaz via curl-library
to avoid > leaks. > > -- > Timothe Litt > ACM Distinguished Engineer > ------ > This communication may not represent the ACM or my employer's views, > if any, on the matters discussed. > > > On 22-Apr-22 09:10, Iku_ex Diaz via curl-library w