curlfree(3) 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 management between your application
and libcurl.
SEE ALSO
curlunescape(3)
libcurl 7.10 12 Aug 2003 curlfree(3)
|