]> git.ipfire.org Git - thirdparty/curl.git/commit
curl_url_set.3: add memory management information
authorJohann150 <johann.galle@protonmail.com>
Sat, 24 Apr 2021 15:13:07 +0000 (17:13 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Apr 2021 12:13:29 +0000 (14:13 +0200)
commit68f6c56396aa7afb9b732f28f5b1e881247a2d03
tree251310c4b6b9d04e4d5ceeb39936953c6c6b538b
parent5e7fc49c19b86eab094727f43aa48825e1f50829
curl_url_set.3: add memory management information

wording taken from man page for CURLOPT_URL.3

As far as I can see, the URL part is either malloc'ed before due to
encoding or it is strdup'ed.

Closes #6953
docs/libcurl/curl_url_set.3