aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_getinfo.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-24 20:36:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-24 20:36:38 +0000
commit49746d1dceb286a2852018501d0f45168ccd969f (patch)
treebb8774600c6424e7a8ed9c6bc24d51c0a383eb8f /docs/libcurl/curl_easy_getinfo.3
parentd46e235c2a6ae8054074f66655397e62b0e62eae (diff)
returned memory should not be freed
Diffstat (limited to 'docs/libcurl/curl_easy_getinfo.3')
-rw-r--r--docs/libcurl/curl_easy_getinfo.33
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3
index ca1c287d4..dcf993f04 100644
--- a/docs/libcurl/curl_easy_getinfo.3
+++ b/docs/libcurl/curl_easy_getinfo.3
@@ -19,6 +19,9 @@ this documentation describes further down). The data pointed-to will be
filled in accordingly and can be relied upon only if the function returns
CURLE_OK. This function is intended to get used *AFTER* a performed transfer,
all results from this function are undefined until the transfer is completed.
+
+You should not free the memory returned by this function unless it is
+explictly mentioned below.
.SH AVAILABLE INFORMATION
The following information can be extracted:
.IP CURLINFO_EFFECTIVE_URL