cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-2898304 ] Memory Leak

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 16 Nov 2009 05:09:23 +0000

Bugs item #2898304, was opened at 2009-11-16 05:07
Message generated for change (Comment added) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2898304&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: debug/info output
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jeremy Harmon ()
Assigned to: Daniel Stenberg (bagder)
Summary: Memory Leak

Initial Comment:
I found a possible memory leak when checking my application with Valgrind. I tested this with the following latest release, here is the version output:

curl 7.19.7 (i686-pc-linux-gnu) libcurl/7.18.2 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.10
Protocols: tftp ftp telnet dict ldap ldaps http file https ftps
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz

I've attached Valgrind report for the following example:

int main() {
    curl_global_init(CURL_GLOBAL_ALL);
    printf("%s\n", curl_version());
    curl_global_cleanup();
}

----------------------------------------------------------------------

>Comment By: Jeremy Harmon ()
Date: 2009-11-16 05:09

Message:
Added a valgrind report for curl when running without any arguments

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2898304&group_id=976
Received on 2009-11-16

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET