From dcce39da3e6f7485dca39950dfc835563de3c3ea Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 25 Feb 2013 10:15:31 +0000 Subject: 1 step: libcurl static link git-svn-id: http://svn.miranda-ng.org/main/trunk@3763 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../curl-7.29.0/docs/libcurl/curl_free.html | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 plugins/FTPFileYM/curl-7.29.0/docs/libcurl/curl_free.html (limited to 'plugins/FTPFileYM/curl-7.29.0/docs/libcurl/curl_free.html') diff --git a/plugins/FTPFileYM/curl-7.29.0/docs/libcurl/curl_free.html b/plugins/FTPFileYM/curl-7.29.0/docs/libcurl/curl_free.html new file mode 100644 index 0000000000..7d75c24858 --- /dev/null +++ b/plugins/FTPFileYM/curl-7.29.0/docs/libcurl/curl_free.html @@ -0,0 +1,56 @@ + + +curl_free man page + + + + +

NAME

+

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

SYNOPSIS

+

#include <curl/curl.h> +

void curl_free( char * ptr ); +

DESCRIPTION

+

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

SEE ALSO

+

curl_unescape(3)

+ This HTML page was made with roffit. + -- cgit v1.2.3