curlglobalcleanup(3) libcurl Manual curlglobalcleanup(3)
NAME
curlglobalcleanup - global libcurl cleanup
SYNOPSIS
##include <>
void curlglobalcleanup(void);;
DESCRIPTION
curlglobalcleanup 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 curlglobalinit(3).
Not calling this function may result in memory leaks.
SEE ALSO
curlglobalinit(3),
libcurl 7.8 28 May 2001 curlglobalcleanup(3)
|