aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_formfree.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-06-23 09:31:12 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-06-23 09:31:12 +0200
commit8da5da9b6544337b8a675db092da201f279265d4 (patch)
treedbf4e3135b408eb56e4256790c2c2b0ac20136b2 /docs/libcurl/curl_formfree.3
parent42c6b7577f6fe72e9cd62b3ba07a77d4ac40bdab (diff)
curl_formfree: clarify which pointer to free
Diffstat (limited to 'docs/libcurl/curl_formfree.3')
-rw-r--r--docs/libcurl/curl_formfree.34
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libcurl/curl_formfree.3 b/docs/libcurl/curl_formfree.3
index 9944666cc..7438a1640 100644
--- a/docs/libcurl/curl_formfree.3
+++ b/docs/libcurl/curl_formfree.3
@@ -32,6 +32,10 @@ curl_formfree() is used to clean up data previously built/appended with
\fIcurl_formadd(3)\fP. This must be called when the data has been used, which
typically means after \fIcurl_easy_perform(3)\fP has been called.
+The pointer to free is the same pointer you passed to the
+\fBCURLOPT_HTTPPOST\fP option, which is the \fIfirstitem\fP pointer from the
+\fIcurl_formadd(3)\fP invoke(s).
+
\fBform\fP is the pointer as returned from a previous call to
\fIcurl_formadd(3)\fP and may be NULL.
.SH RETURN VALUE