~ubuntu-branches/ubuntu/quantal/curl/quantal

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_global_cleanup.html

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2002-03-12 19:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020312190621-iqx7k9cipo5d0ifr
Tags: upstream-7.9.5
Import upstream version 7.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<BODY>
 
3
<PRE>
 
4
<!-- Manpage converted by man2html 3.0.1 -->
 
5
 
 
6
</PRE>
 
7
<H2>NAME</H2><PRE>
 
8
     curl_global_cleanup - Global libcurl cleanup
 
9
 
 
10
 
 
11
</PRE>
 
12
<H2>SYNOPSIS</H2><PRE>
 
13
     <B>#include</B> <B>&lt;curl/curl.h&gt;</B>
 
14
 
 
15
     <B>void</B> <B>curl_global_cleanup(void);</B>
 
16
 
 
17
 
 
18
</PRE>
 
19
<H2>DESCRIPTION</H2><PRE>
 
20
     curl_global_cleanup  must be called once (no matter how many
 
21
     threads or libcurl sessions that'll be used) by every appli�
 
22
     cation  that uses libcurl, after all uses of libcurl is com�
 
23
     plete.
 
24
 
 
25
     This is the opposite of <I>curl</I><B>_</B><I>global</I><B>_</B><I>init</I>.
 
26
 
 
27
     Not calling this function may result in memory leaks.
 
28
 
 
29
     This function was added in libcurl 7.8.
 
30
 
 
31
 
 
32
</PRE>
 
33
<H2>SEE ALSO</H2><PRE>
 
34
     <B>curl_global_init(3)</B>,
 
35
 
 
36
 
 
37
</PRE>
 
38
<H2>BUGS</H2><PRE>
 
39
     None?
 
40
 
 
41
 
 
42
 
 
43
 
 
44
 
 
45
 
 
46
 
 
47
 
 
48
 
 
49
 
 
50
 
 
51
 
 
52
 
 
53
 
 
54
 
 
55
 
 
56
 
 
57
 
 
58
 
 
59
 
 
60
 
 
61
 
 
62
 
 
63
 
 
64
 
 
65
 
 
66
 
 
67
</PRE>
 
68
<HR>
 
69
<ADDRESS>
 
70
Man(1) output converted with
 
71
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
 
72
</ADDRESS>
 
73
</BODY>
 
74
</HTML>