NS/releases/3.05/source/curl/docs/libcurl/curl_global_cleanup.html
tankefugl b5590dd5d9 made a copy
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@144 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-05-29 11:34:28 +00:00

72 lines
1 KiB
HTML

<HTML>
<BODY>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
curl_global_cleanup - Global libcurl cleanup
</PRE>
<H2>SYNOPSIS</H2><PRE>
<B>#include</B> <B>&lt;curl/curl.h&gt;</B>
<B>void</B> <B>curl_global_cleanup(void);</B>
</PRE>
<H2>DESCRIPTION</H2><PRE>
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.
This is the opposite of <I>curl</I><B>_</B><I>global</I><B>_</B><I>init</I>.
Not calling this function may result in memory leaks.
This function was added in libcurl 7.8.
</PRE>
<H2>SEE ALSO</H2><PRE>
<B>curl_global_init(3)</B>,
</PRE>
<H2>BUGS</H2><PRE>
None?
</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
</BODY>
</HTML>