blob: f8546935f8e2d5ed6a953236d84d334d0e0d3f7f [file] [log] [blame]
Lucas Eckels9bd90e62012-08-06 15:07:02 -07001.\" 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
6curl_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
13curl_free reclaims memory that has been obtained through a libcurl call. Use
14curl_free() instead of free() to avoid anomalies that can result from
15differences in memory management between your application and libcurl.
16.SH "SEE ALSO"
17.I curl_unescape(3)