curl_global_cleanup(3) libcurl Manual curl_global_cleanup(3)
NAME
curl_global_cleanup - global libcurl cleanup
SYNOPSIS
#include <curl/curl.h>
void curl_global_cleanup(void);
DESCRIPTION
curl_global_cleanup must be called once (no matter how many threads or libcurl ses-
sions that’ll be used) by every application that uses libcurl, after all uses of
libcurl is complete.
This is the opposite of curl_global_init(3).
Not calling this function may result in memory leaks.
SEE ALSO
curl_global_init(3),
libcurl 7.8 28 May 2001 curl_global_cleanup(3)
Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache/1.3.41 (Unix) PHP/5.2.5 mod_perl/1.30 mod_gzip/1.3.26.1a
Under GNU General Public License
2008-11-21 21:05 @38.103.63.58 CrawledBy CCBot/1.0 (+http://www.commoncrawl.org/bot.html)