| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Help tracking down libcurl + nss memory leak
From: Toshio Kuratomi <a.badger_at_gmail.com>
Date: Wed, 08 Apr 2009 08:22:56 -0700
I've been trying to figure out where a memory leak in the pycurl
From reading that thread, I think the current thought is that this is a
/* BEGIN */
void do_nothing(void *data) {
int main() {
curl_global_init(CURL_GLOBAL_ALL);
curl_easy_setopt(c, CURLOPT_URL,
curl_easy_cleanup(c);
printf("%d\n", i);
When I compile and run this using our nss linked libcurl, I leak memory.
Is using the inner curl_global_cleanup the correct behavior? (Seems
Is there something besides curl_easy_cleanup() I should be calling to
I'm guessing this is a bug in the libcurl+nss or nss library but I'd
-Toshio
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info