1curl_free(3)                    libcurl Manual                    curl_free(3)
2
3
4

NAME

6       curl_free  -  reclaim  memory  that has been obtained through a libcurl
7       call
8

SYNOPSIS

10       #include <curl/curl.h>
11
12       void curl_free( char *ptr );
13

DESCRIPTION

15       curl_free reclaims memory that has  been  obtained  through  a  libcurl
16       call.   Use  curl_free()  instead of free() to avoid anomalies that can
17       result from differences in memory management between  your  application
18       and libcurl.
19

SEE ALSO

21       curl_unescape(3)
22
23
24
25libcurl 7.10                      12 Aug 2003                     curl_free(3)
Impressum