mirror of
https://github.com/ENSL/NS.git
synced 2024-12-03 09:42:00 +00:00
8552ac617c
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@1 67975925-1194-0748-b3d5-c16f83f1a3a1
72 lines
1 KiB
HTML
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><curl/curl.h></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>
|