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