]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/docs/libcurl/curl_free.3
hello world
[icculus/iodoom3.git] / neo / curl / docs / libcurl / curl_free.3
1 .\" You can view this file with:
2 .\" nroff -man [file]
3 .\" $Id: 
4 .\"
5 .TH curl_free 3 "12 Aug 2003" "libcurl 7.10" "libcurl Manual"
6 .SH NAME
7 curl_free - reclaim memory that has been obtained through a libcurl call
8 .SH SYNOPSIS
9 .B #include <curl/curl.h>
10 .sp
11 .BI "void curl_free( char *" ptr " );"
12 .ad
13 .SH DESCRIPTION
14 curl_free reclaims memory that has been obtained through a libcurl call.  Use
15 curl_free() instead of free() to avoid anomalies that can result from
16 differences in memory management between your application and libcurl.
17 .SH "SEE ALSO"
18 .I curl_unescape(3)