libcurl Manual curlfree(3)
NAME
curlfree - reclaim memory that has been obtained through a
libcurl call
SYNOPSIS
#include
void curlfree( char *ptr );
DESCRIPTION
curlfree reclaims memory that has been obtained through a
libcurl call. Use curlfree() instead of free() to avoid
anomalies that can result from differences in memory manage-
ment between your application and libcurl.
SEE ALSO
curlunescape(3)
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcurl
Interface Stability Uncommitted
NOTES
Source for C-URL is available on http:/opensolaris.org.
libcurl 7.10 Last change: 12 Aug 2003 1
|