2002-03-04 05:09:48 -05:00
|
|
|
.\" You can view this file with:
|
|
|
|
.\" nroff -man [file]
|
|
|
|
.\" $Id$
|
|
|
|
.\"
|
|
|
|
.TH curl_global_cleanup 3 "28 May 2001" "libcurl 7.8" "libcurl Manual"
|
|
|
|
.SH NAME
|
2004-02-27 10:34:06 -05:00
|
|
|
curl_global_cleanup - global libcurl cleanup
|
2002-03-04 05:09:48 -05:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.B #include <curl/curl.h>
|
|
|
|
.sp
|
|
|
|
.BI "void curl_global_cleanup(void);"
|
|
|
|
.ad
|
|
|
|
.SH DESCRIPTION
|
|
|
|
curl_global_cleanup must be called once (no matter how many threads or libcurl
|
|
|
|
sessions that'll be used) by every application that uses libcurl, after all
|
|
|
|
uses of libcurl is complete.
|
|
|
|
|
2004-02-27 10:34:06 -05:00
|
|
|
This is the opposite of \fIcurl_global_init(3)\fP.
|
2002-03-04 05:09:48 -05:00
|
|
|
|
|
|
|
Not calling this function may result in memory leaks.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
.BR curl_global_init "(3), "
|
|
|
|
|