Skip to content
Snippets Groups Projects
Commit a490961b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

curl_formfree.3: mention argument may be NULL

As the code already checks for it we can just as well make it official!
parent 821301de
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ curl_formfree - free a previously build multipart/formdata HTTP POST chain
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.
\fBform\fP is the pointer as returned from a previous call to
\fIcurl_formadd(3)\fP and may be NULL.
.SH RETURN VALUE
None
.SH "SEE ALSO"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment