1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 08:38:49 -05:00

curl_escape.3: Add a link to curl_free

Ref: https://github.com/curl/curl/pull/5016#issuecomment-593628582
This commit is contained in:
Jay Satiro 2020-03-02 17:39:10 -05:00
parent 1722eb83b4
commit 256a29361f

View File

@ -38,7 +38,7 @@ two-digit hexadecimal number).
If the 'length' argument is set to 0, curl_escape() will use strlen() on the If the 'length' argument is set to 0, curl_escape() will use strlen() on the
input 'url' string to find out the size. input 'url' string to find out the size.
You must curl_free() the returned string when you're done with it. You must \fIcurl_free(3)\fP the returned string when you're done with it.
.SH AVAILABILITY .SH AVAILABILITY
Since 7.15.4, \fIcurl_easy_escape(3)\fP should be used. This function will Since 7.15.4, \fIcurl_easy_escape(3)\fP should be used. This function will
be removed in a future release. be removed in a future release.