cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: memory does not freed in windows

From: Wei Weng <wweng_at_acedsl.com>
Date: Wed, 15 Oct 2008 12:29:39 -0400

Meir Yanovich wrote:
> Hello and thanks for the fast reply , im downloading all the web page
> content but i do free the string witch
> get the content from curl .
> one thing i didnt understand is where to use : curl_global_cleanup
>

It should be used when you are done with curl business (you are sure that you
won't be using curl related calls anymore), so curl_global_cleanup can start
cleaning up all the resources it has allocated for curl.

Thanks
Wei
Received on 2008-10-15