~ubuntu-branches/ubuntu/warty/curl/warty-security

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_global_cleanup.3

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2004-06-04 19:09:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040604190925-wy048bp31320r2z6
Tags: 7.12.0.is.7.11.2-1
* Reverted to version 7.11.2 (closes: #252348).
* Disabled support for libidn (closes: #252367). This is to leave
  curl in unstable as much similar as possible to the one in testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" You can view this file with:
2
2
.\" nroff -man [file]
3
 
.\" $Id: curl_global_cleanup.3,v 1.1 2002/03/04 10:09:49 bagder Exp $
 
3
.\" $Id: curl_global_cleanup.3,v 1.2 2004/02/27 15:34:06 bagder Exp $
4
4
.\"
5
5
.TH curl_global_cleanup 3 "28 May 2001" "libcurl 7.8" "libcurl Manual"
6
6
.SH NAME
7
 
curl_global_cleanup - Global libcurl cleanup
 
7
curl_global_cleanup - global libcurl cleanup
8
8
.SH SYNOPSIS
9
9
.B #include <curl/curl.h>
10
10
.sp
15
15
sessions that'll be used) by every application that uses libcurl, after all
16
16
uses of libcurl is complete.
17
17
 
18
 
This is the opposite of \fIcurl_global_init\fP.
 
18
This is the opposite of \fIcurl_global_init(3)\fP.
19
19
 
20
20
Not calling this function may result in memory leaks.
21
 
 
22
 
This function was added in libcurl 7.8.
23
21
.SH "SEE ALSO"
24
22
.BR curl_global_init "(3), "
25
 
.SH BUGS
26
 
None?
27
23