cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: memory does not freed in windows

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Wed, 15 Oct 2008 14:29:10 -0700

On Wed, Oct 15, 2008 at 11:01:06PM +0200, Meir Yanovich wrote:
> yes im talking about the easy handle , so if i understand you right i
> can reuse the :
> m_pcurl = curl_easy_init(); that is set it only once.
> and then when i end the requests i call the :curl_global_cleanup();
>
> but what about : curl_easy_cleanup(m_pcurl) ? do i still need it do i
> call it also in the end of the program ?

You only need to call it when you're completely finished with the handle.

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
Received on 2008-10-15