curl-library
RE: Memory leak with curl 7.15.3
Date: Mon, 21 May 2007 15:15:32 +0530
Hi,
My application is such that it sets up one handle using the
curl_easy_init call and continues to post messages using that handle. I
have not yet used curl_easy_cleanup()(since my application requirement
is to have one session, which polls constantly) and neither have I used
the recent version of curl.
Regarding memory growth, the growth is continuous.
/Sudipto
-----Original Message-----
From: curl-users-bounces_at_cool.haxx.se
[mailto:curl-users-bounces_at_cool.haxx.se] On Behalf Of Daniel Stenberg
Sent: Monday, May 21, 2007 2:58 PM
To: the curl tool
Cc: curl-library_at_cool.haxx.se
Subject: Re: Memory leak with curl 7.15.3
On Mon, 21 May 2007, Sudipto Podder (GR/EIL) wrote:
> I am using curl for the first time and have a small program (see
> below)
Consider the curl-library mailing list for libcurl usage. I'mn cc'ing my
reply to that list.
> which is posting some requests. When I run this program,I see that the
> memory size keeps growing on and on,but am unable to figure out what
> is causing this ?
Did you try with the most recent libcurl version?
It continues to grow all the time?
Is the memory not freed again when you call curl_easy_cleanup() ?
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2007-05-21