1 .\" You can view this file with:
5 .TH curl_free 3 "12 Aug 2003" "libcurl 7.10" "libcurl Manual"
7 curl_free - reclaim memory that has been obtained through a libcurl call
9 .B #include <curl/curl.h>
11 .BI "void curl_free( char *" ptr " );"
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.