1curl_free(3) libcurl Manual curl_free(3)
23
4
NAME
6curl_free - reclaim memory that has been obtained through a libcurl
7call
8
SYNOPSIS
10#include <curl/curl.h>
1112
void curl_free( char *ptr );
13
DESCRIPTION
15curl_free reclaims memory that has been obtained through a libcurl
16call. Use curl_free() instead of free() to avoid anomalies that can
17result from differences in memory management between your application
18and libcurl.
19
SEE ALSO
21curl_unescape(3)
2223
24
25
libcurl 7.10 12 Aug 2003 curl_free(3)